Html Css Color HEX #153FC9 Persian Blue

📋 copy color: '#153FC9'

red 21 ◦ green 63 ◦ blue 201

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

Shades of Persian Blue #153FC9

Tints of Persian Blue #153FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 70.53%

R = 7.37%
G = 22.11%
B = 70.53%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#153FC9 (or 0x153FC9) is known color: Persian Blue. HEX triplet: 15, 3F and C9. RGB value is (21,63,201). Sum of RGB (Red+Green+Blue) = 21+63+201=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #153FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FC9 is #EAC036. Grayscale: #414141. Windows color (decimal): -15384631 or 13188885. OLE color: 13188885.

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

Color convert

RGB 21 63 201 -
CMYK 0.90 0.69 0 0.21
HSL 226º 0.81% 0.44% -
HSV(B) 226º 0.9% 0.79% -
XYZ 12.63 7.93 56.12 -
YUV 66.17 204.09 95.78 -
System Red Green Blue C M Y K H S L
Decimal 21 63 201 0.90 0.69 0 0.21 226 0.81 0.44
Hex 15 3F C9 5A 45 0 15 E2 51 2C
Octal 25 77 311 132 105 0 25 342 121 54
Binary 10101 111111 11001001 1011010 1000101 0 10101 11100010 1010001 101100

Color Harmonies of #153FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FC9

Black with #153FC9

Text Example


Text Example

White with #153FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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