Html Css Color HEX #156CD2 Navy Blue

📋 copy color: '#156CD2'

red 21 ◦ green 108 ◦ blue 210

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

Shades of Navy Blue #156CD2

Tints of Navy Blue #156CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.95%

R = 6.19%
G = 31.86%
B = 61.95%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#156CD2 (or 0x156CD2) is known color: Navy Blue. HEX triplet: 15, 6C and D2. RGB value is (21,108,210). Sum of RGB (Red+Green+Blue) = 21+108+210=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 210 (82.42% from 255 or 61.95% from 339); Max value from RGB is 210 - color contains mainly: blue. Hex color #156CD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CD2 is #EA932D. Grayscale: #5D5D5D. Windows color (decimal): -15373102 or 13790229. OLE color: 13790229.

HSL color Cylindrical-coordinate representation of color #156CD2: hue angle of 212.38º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156CD2 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 108 210 -
CMYK 0.90 0.49 0 0.18
HSL 212.38º 0.82% 0.45% -
HSV(B) 212.38º 0.9% 0.82% -
XYZ 17.3 15.54 63.06 -
YUV 93.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 21 108 210 0.90 0.49 0 0.18 212.38 0.82 0.45
Hex 15 6C D2 5A 31 0 12 D4 52 2D
Octal 25 154 322 132 61 0 22 324 122 55
Binary 10101 1101100 11010010 1011010 110001 0 10010 11010100 1010010 101101

Color Harmonies of #156CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CD2

Black with #156CD2

Text Example


Text Example

White with #156CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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