Html Css Color HEX #153ECB Persian Blue

📋 copy color: '#153ECB'

red 21 ◦ green 62 ◦ blue 203

#153ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #153ECB

Tints of Persian Blue #153ECB

RGB

 RED value IS 21 (8.59% from 255) = 7.34%

 GREEN value IS 62 (24.61% from 255) = 21.68%

 BLUE value IS 203 (79.69% from 255) = 70.98%

R = 7.34%
G = 21.68%
B = 70.98%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#153ECB (or 0x153ECB) is known color: Persian Blue. HEX triplet: 15, 3E and CB. RGB value is (21,62,203). Sum of RGB (Red+Green+Blue) = 21+62+203=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #153ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ECB is #EAC134. Grayscale: #414141. Windows color (decimal): -15384885 or 13319701. OLE color: 13319701.

HSL color Cylindrical-coordinate representation of color #153ECB: hue angle of 226.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153ECB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 62 203 -
CMYK 0.90 0.69 0 0.20
HSL 226.48º 0.81% 0.44% -
HSV(B) 226.48º 0.9% 0.8% -
XYZ 12.81 7.92 57.35 -
YUV 65.82 205.42 96.04 -
System Red Green Blue C M Y K H S L
Decimal 21 62 203 0.90 0.69 0 0.20 226.48 0.81 0.44
Hex 15 3E CB 5A 45 0 14 E2 51 2C
Octal 25 76 313 132 105 0 24 342 121 54
Binary 10101 111110 11001011 1011010 1000101 0 10100 11100010 1010001 101100

Color Harmonies of #153ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ECB

Black with #153ECB

Text Example


Text Example

White with #153ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153ECB; }

 p { color: rgb(21,62,203); }

 H1.HeaderClassName
 {
   color: #153ECB;
 }
 .AnyTagClassName
 {
   color: #153ECB;
 }
</style>

background-color css

<style>
 a { background-color: #153ECB; }

 a { background-color: rgb(21,62,203); }

 div.DivClassName
 {
   background-color: #153ECB;
 }
 .BgClassName
 {
   background-color: #153ECB;
 }
</style>

border-color css

<style>
 span { border-color: #153ECB; }

 span { border-color: rgb(21,62,203); }

 td.TdClassName
 {
   border-color: #153ECB;
 }
 .TagClassName
 {
   border-color: #153ECB;
 }
</style>