Html Css Color HEX #153FE9 Persian Blue

📋 copy color: '#153FE9'

red 21 ◦ green 63 ◦ blue 233

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

Shades of Persian Blue #153FE9

Tints of Persian Blue #153FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 73.5%

R = 6.62%
G = 19.87%
B = 73.5%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#153FE9 (or 0x153FE9) is known color: Persian Blue. HEX triplet: 15, 3F and E9. RGB value is (21,63,233). Sum of RGB (Red+Green+Blue) = 21+63+233=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 233 (91.41% from 255 or 73.50% from 317); Max value from RGB is 233 - color contains mainly: blue. Hex color #153FE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FE9 is #EAC016. Grayscale: #454545. Windows color (decimal): -15384599 or 15286037. OLE color: 15286037.

HSL color Cylindrical-coordinate representation of color #153FE9: hue angle of 228.11º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153FE9 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 63 233 -
CMYK 0.91 0.73 0 0.09
HSL 228.11º 0.83% 0.5% -
HSV(B) 228.11º 0.91% 0.91% -
XYZ 16.79 9.6 78.06 -
YUV 69.82 220.09 93.18 -
System Red Green Blue C M Y K H S L
Decimal 21 63 233 0.91 0.73 0 0.09 228.11 0.83 0.5
Hex 15 3F E9 5B 49 0 9 E4 53 32
Octal 25 77 351 133 111 0 11 344 123 62
Binary 10101 111111 11101001 1011011 1001001 0 1001 11100100 1010011 110010

Color Harmonies of #153FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FE9

Black with #153FE9

Text Example


Text Example

White with #153FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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