Html Css Color HEX #156FE0 Navy Blue

📋 copy color: '#156FE0'

red 21 ◦ green 111 ◦ blue 224

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

Shades of Navy Blue #156FE0

Tints of Navy Blue #156FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.18%

 BLUE value IS 224 (87.89% from 255) = 62.92%

R = 5.9%
G = 31.18%
B = 62.92%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#156FE0 (or 0x156FE0) is known color: Navy Blue. HEX triplet: 15, 6F and E0. RGB value is (21,111,224). Sum of RGB (Red+Green+Blue) = 21+111+224=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #156FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FE0 is #EA901F. Grayscale: #606060. Windows color (decimal): -15372320 or 14708501. OLE color: 14708501.

HSL color Cylindrical-coordinate representation of color #156FE0: hue angle of 213.4º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156FE0 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 111 224 -
CMYK 0.91 0.50 0 0.12
HSL 213.4º 0.83% 0.48% -
HSV(B) 213.4º 0.91% 0.88% -
XYZ 19.45 16.91 72.76 -
YUV 96.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 21 111 224 0.91 0.50 0 0.12 213.4 0.83 0.48
Hex 15 6F E0 5B 32 0 C D5 53 30
Octal 25 157 340 133 62 0 14 325 123 60
Binary 10101 1101111 11100000 1011011 110010 0 1100 11010101 1010011 110000

Color Harmonies of #156FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FE0

Black with #156FE0

Text Example


Text Example

White with #156FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,111,224); }

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

background-color css

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

 a { background-color: rgb(21,111,224); }

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

border-color css

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

 span { border-color: rgb(21,111,224); }

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