Html Css Color HEX #153EE6 Persian Blue

📋 copy color: '#153EE6'

red 21 ◦ green 62 ◦ blue 230

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

Shades of Persian Blue #153EE6

Tints of Persian Blue #153EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.48%

R = 6.71%
G = 19.81%
B = 73.48%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#153EE6 (or 0x153EE6) is known color: Persian Blue. HEX triplet: 15, 3E and E6. RGB value is (21,62,230). Sum of RGB (Red+Green+Blue) = 21+62+230=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 230 (90.23% from 255 or 73.48% from 313); Max value from RGB is 230 - color contains mainly: blue. Hex color #153EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153EE6 is #EAC119. Grayscale: #444444. Windows color (decimal): -15384858 or 15089173. OLE color: 15089173.

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

Color convert

RGB 21 62 230 -
CMYK 0.91 0.73 0 0.10
HSL 228.23º 0.83% 0.49% -
HSV(B) 228.23º 0.91% 0.9% -
XYZ 16.31 9.32 75.8 -
YUV 68.89 218.92 93.84 -
System Red Green Blue C M Y K H S L
Decimal 21 62 230 0.91 0.73 0 0.10 228.23 0.83 0.49
Hex 15 3E E6 5B 49 0 A E4 53 31
Octal 25 76 346 133 111 0 12 344 123 61
Binary 10101 111110 11100110 1011011 1001001 0 1010 11100100 1010011 110001

Color Harmonies of #153EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153EE6

Black with #153EE6

Text Example


Text Example

White with #153EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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