Html Css Color HEX #153ECE Persian Blue

📋 copy color: '#153ECE'

red 21 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #153ECE

Tints of Persian Blue #153ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 7.27%
G = 21.45%
B = 71.28%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#153ECE (or 0x153ECE) is known color: Persian Blue. HEX triplet: 15, 3E and CE. RGB value is (21,62,206). Sum of RGB (Red+Green+Blue) = 21+62+206=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #153ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ECE is #EAC131. Grayscale: #414141. Windows color (decimal): -15384882 or 13516309. OLE color: 13516309.

HSL color Cylindrical-coordinate representation of color #153ECE: hue angle of 226.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153ECE is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 62 206 -
CMYK 0.90 0.70 0 0.19
HSL 226.7º 0.81% 0.45% -
HSV(B) 226.7º 0.9% 0.81% -
XYZ 13.17 8.06 59.25 -
YUV 66.16 206.92 95.79 -
System Red Green Blue C M Y K H S L
Decimal 21 62 206 0.90 0.70 0 0.19 226.7 0.81 0.45
Hex 15 3E CE 5A 46 0 13 E3 51 2D
Octal 25 76 316 132 106 0 23 343 121 55
Binary 10101 111110 11001110 1011010 1000110 0 10011 11100011 1010001 101101

Color Harmonies of #153ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153ECE

Black with #153ECE

Text Example


Text Example

White with #153ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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