Html Css Color HEX #156FDE Navy Blue

📋 copy color: '#156FDE'

red 21 ◦ green 111 ◦ blue 222

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

Shades of Navy Blue #156FDE

Tints of Navy Blue #156FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 5.93%
G = 31.36%
B = 62.71%

CMYK

 C value IS 0.91

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#156FDE (or 0x156FDE) is known color: Navy Blue. HEX triplet: 15, 6F and DE. RGB value is (21,111,222). Sum of RGB (Red+Green+Blue) = 21+111+222=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #156FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FDE is #EA9021. Grayscale: #606060. Windows color (decimal): -15372322 or 14577429. OLE color: 14577429.

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

Color convert

RGB 21 111 222 -
CMYK 0.91 0.5 0 0.13
HSL 213.13º 0.83% 0.48% -
HSV(B) 213.13º 0.91% 0.87% -
XYZ 19.18 16.8 71.34 -
YUV 96.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 21 111 222 0.91 0.5 0 0.13 213.13 0.83 0.48
Hex 15 6F DE 5B 32 0 D D5 53 30
Octal 25 157 336 133 62 0 15 325 123 60
Binary 10101 1101111 11011110 1011011 110010 0 1101 11010101 1010011 110000

Color Harmonies of #156FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FDE

Black with #156FDE

Text Example


Text Example

White with #156FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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