Html Css Color HEX #156ADE Navy Blue

📋 copy color: '#156ADE'

red 21 ◦ green 106 ◦ blue 222

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

Shades of Navy Blue #156ADE

Tints of Navy Blue #156ADE

RGB

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

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

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

R = 6.02%
G = 30.37%
B = 63.61%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#156ADE (or 0x156ADE) is known color: Navy Blue. HEX triplet: 15, 6A and DE. RGB value is (21,106,222). Sum of RGB (Red+Green+Blue) = 21+106+222=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #156ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ADE is #EA9521. Grayscale: #5D5D5D. Windows color (decimal): -15373602 or 14576149. OLE color: 14576149.

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

Color convert

RGB 21 106 222 -
CMYK 0.91 0.52 0 0.13
HSL 214.63º 0.83% 0.48% -
HSV(B) 214.63º 0.91% 0.87% -
XYZ 18.65 15.74 71.16 -
YUV 93.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 21 106 222 0.91 0.52 0 0.13 214.63 0.83 0.48
Hex 15 6A DE 5B 34 0 D D7 53 30
Octal 25 152 336 133 64 0 15 327 123 60
Binary 10101 1101010 11011110 1011011 110100 0 1101 11010111 1010011 110000

Color Harmonies of #156ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156ADE

Black with #156ADE

Text Example


Text Example

White with #156ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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