Html Css Color HEX #156CDD Navy Blue

📋 copy color: '#156CDD'

red 21 ◦ green 108 ◦ blue 221

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

Shades of Navy Blue #156CDD

Tints of Navy Blue #156CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 6%
G = 30.86%
B = 63.14%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#156CDD (or 0x156CDD) is known color: Navy Blue. HEX triplet: 15, 6C and DD. RGB value is (21,108,221). Sum of RGB (Red+Green+Blue) = 21+108+221=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #156CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CDD is #EA9322. Grayscale: #5E5E5E. Windows color (decimal): -15373091 or 14511125. OLE color: 14511125.

HSL color Cylindrical-coordinate representation of color #156CDD: hue angle of 213.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156CDD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 108 221 -
CMYK 0.90 0.51 0 0.13
HSL 213.9º 0.83% 0.47% -
HSV(B) 213.9º 0.9% 0.87% -
XYZ 18.72 16.11 70.53 -
YUV 94.87 199.18 75.31 -
System Red Green Blue C M Y K H S L
Decimal 21 108 221 0.90 0.51 0 0.13 213.9 0.83 0.47
Hex 15 6C DD 5A 33 0 D D6 53 2F
Octal 25 154 335 132 63 0 15 326 123 57
Binary 10101 1101100 11011101 1011010 110011 0 1101 11010110 1010011 101111

Color Harmonies of #156CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CDD

Black with #156CDD

Text Example


Text Example

White with #156CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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