Html Css Color HEX #156EE5 Navy Blue

📋 copy color: '#156EE5'

red 21 ◦ green 110 ◦ blue 229

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

Shades of Navy Blue #156EE5

Tints of Navy Blue #156EE5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.56%

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 5.83%
G = 30.56%
B = 63.61%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#156EE5 (or 0x156EE5) is known color: Navy Blue. HEX triplet: 15, 6E and E5. RGB value is (21,110,229). Sum of RGB (Red+Green+Blue) = 21+110+229=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #156EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EE5 is #EA911A. Grayscale: #606060. Windows color (decimal): -15372571 or 15035925. OLE color: 15035925.

HSL color Cylindrical-coordinate representation of color #156EE5: hue angle of 214.33º 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 #156EE5 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 110 229 -
CMYK 0.91 0.52 0 0.10
HSL 214.33º 0.83% 0.49% -
HSV(B) 214.33º 0.91% 0.9% -
XYZ 20.03 16.97 76.35 -
YUV 96.96 202.51 73.82 -
System Red Green Blue C M Y K H S L
Decimal 21 110 229 0.91 0.52 0 0.10 214.33 0.83 0.49
Hex 15 6E E5 5B 34 0 A D6 53 31
Octal 25 156 345 133 64 0 12 326 123 61
Binary 10101 1101110 11100101 1011011 110100 0 1010 11010110 1010011 110001

Color Harmonies of #156EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EE5

Black with #156EE5

Text Example


Text Example

White with #156EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156EE5; }

 p { color: rgb(21,110,229); }

 H1.HeaderClassName
 {
   color: #156EE5;
 }
 .AnyTagClassName
 {
   color: #156EE5;
 }
</style>

background-color css

<style>
 a { background-color: #156EE5; }

 a { background-color: rgb(21,110,229); }

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

border-color css

<style>
 span { border-color: #156EE5; }

 span { border-color: rgb(21,110,229); }

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