Html Css Color HEX #156CDE Navy Blue

📋 copy color: '#156CDE'

red 21 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #156CDE

Tints of Navy Blue #156CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

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

R = 5.98%
G = 30.77%
B = 63.25%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#156CDE (or 0x156CDE) is known color: Navy Blue. HEX triplet: 15, 6C and DE. RGB value is (21,108,222). Sum of RGB (Red+Green+Blue) = 21+108+222=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #156CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CDE is #EA9321. Grayscale: #5E5E5E. Windows color (decimal): -15373090 or 14576661. OLE color: 14576661.

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

Color convert

RGB 21 108 222 -
CMYK 0.91 0.51 0 0.13
HSL 214.03º 0.83% 0.48% -
HSV(B) 214.03º 0.91% 0.87% -
XYZ 18.86 16.16 71.23 -
YUV 94.98 199.68 75.23 -
System Red Green Blue C M Y K H S L
Decimal 21 108 222 0.91 0.51 0 0.13 214.03 0.83 0.48
Hex 15 6C DE 5B 33 0 D D6 53 30
Octal 25 154 336 133 63 0 15 326 123 60
Binary 10101 1101100 11011110 1011011 110011 0 1101 11010110 1010011 110000

Color Harmonies of #156CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CDE

Black with #156CDE

Text Example


Text Example

White with #156CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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