Html Css Color HEX #153EE9 Persian Blue

📋 copy color: '#153EE9'

red 21 ◦ green 62 ◦ blue 233

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

Shades of Persian Blue #153EE9

Tints of Persian Blue #153EE9

RGB

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

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

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

R = 6.65%
G = 19.62%
B = 73.73%

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

#153EE9 (or 0x153EE9) is known color: Persian Blue. HEX triplet: 15, 3E and E9. RGB value is (21,62,233). Sum of RGB (Red+Green+Blue) = 21+62+233=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 233 (91.41% from 255 or 73.73% from 316); Max value from RGB is 233 - color contains mainly: blue. Hex color #153EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153EE9 is #EAC116. Grayscale: #444444. Windows color (decimal): -15384855 or 15285781. OLE color: 15285781.

HSL color Cylindrical-coordinate representation of color #153EE9: hue angle of 228.4º 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 #153EE9 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 62 233 -
CMYK 0.91 0.73 0 0.09
HSL 228.4º 0.83% 0.5% -
HSV(B) 228.4º 0.91% 0.91% -
XYZ 16.74 9.49 78.04 -
YUV 69.24 220.42 93.6 -
System Red Green Blue C M Y K H S L
Decimal 21 62 233 0.91 0.73 0 0.09 228.4 0.83 0.5
Hex 15 3E E9 5B 49 0 9 E4 53 32
Octal 25 76 351 133 111 0 11 344 123 62
Binary 10101 111110 11101001 1011011 1001001 0 1001 11100100 1010011 110010

Color Harmonies of #153EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EE9

Black with #153EE9

Text Example


Text Example

White with #153EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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