Html Css Color HEX #153FCE Persian Blue

📋 copy color: '#153FCE'

red 21 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #153FCE

Tints of Persian Blue #153FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

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

R = 7.24%
G = 21.72%
B = 71.03%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#153FCE (or 0x153FCE) is known color: Persian Blue. HEX triplet: 15, 3F and CE. RGB value is (21,63,206). Sum of RGB (Red+Green+Blue) = 21+63+206=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #153FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FCE is #EAC031. Grayscale: #424242. Windows color (decimal): -15384626 or 13516565. OLE color: 13516565.

HSL color Cylindrical-coordinate representation of color #153FCE: hue angle of 226.38º 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 #153FCE is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 63 206 -
CMYK 0.90 0.69 0 0.19
HSL 226.38º 0.81% 0.45% -
HSV(B) 226.38º 0.9% 0.81% -
XYZ 13.23 8.17 59.27 -
YUV 66.74 206.59 95.37 -
System Red Green Blue C M Y K H S L
Decimal 21 63 206 0.90 0.69 0 0.19 226.38 0.81 0.45
Hex 15 3F CE 5A 45 0 13 E2 51 2D
Octal 25 77 316 132 105 0 23 342 121 55
Binary 10101 111111 11001110 1011010 1000101 0 10011 11100010 1010001 101101

Color Harmonies of #153FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FCE

Black with #153FCE

Text Example


Text Example

White with #153FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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