Html Css Color HEX #156AE5 Navy Blue

📋 copy color: '#156AE5'

red 21 ◦ green 106 ◦ blue 229

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

Shades of Navy Blue #156AE5

Tints of Navy Blue #156AE5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.78%

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

R = 5.9%
G = 29.78%
B = 64.33%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#156AE5 (or 0x156AE5) is known color: Navy Blue. HEX triplet: 15, 6A and E5. RGB value is (21,106,229). Sum of RGB (Red+Green+Blue) = 21+106+229=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #156AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156AE5 is #EA951A. Grayscale: #5E5E5E. Windows color (decimal): -15373595 or 15034901. OLE color: 15034901.

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

Color convert

RGB 21 106 229 -
CMYK 0.91 0.54 0 0.10
HSL 215.48º 0.83% 0.49% -
HSV(B) 215.48º 0.91% 0.9% -
XYZ 19.61 16.12 76.21 -
YUV 94.61 203.84 75.5 -
System Red Green Blue C M Y K H S L
Decimal 21 106 229 0.91 0.54 0 0.10 215.48 0.83 0.49
Hex 15 6A E5 5B 36 0 A D7 53 31
Octal 25 152 345 133 66 0 12 327 123 61
Binary 10101 1101010 11100101 1011011 110110 0 1010 11010111 1010011 110001

Color Harmonies of #156AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156AE5

Black with #156AE5

Text Example


Text Example

White with #156AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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