Html Css Color HEX #156CEC Navy Blue

📋 copy color: '#156CEC'

red 21 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #156CEC

Tints of Navy Blue #156CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 5.75%
G = 29.59%
B = 64.66%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#156CEC (or 0x156CEC) is known color: Navy Blue. HEX triplet: 15, 6C and EC. RGB value is (21,108,236). Sum of RGB (Red+Green+Blue) = 21+108+236=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #156CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CEC is #EA9313. Grayscale: #5F5F5F. Windows color (decimal): -15373076 or 15494165. OLE color: 15494165.

HSL color Cylindrical-coordinate representation of color #156CEC: hue angle of 215.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156CEC is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 108 236 -
CMYK 0.91 0.54 0 0.07
HSL 215.72º 0.85% 0.5% -
HSV(B) 215.72º 0.91% 0.93% -
XYZ 20.81 16.94 81.53 -
YUV 96.58 206.68 74.09 -
System Red Green Blue C M Y K H S L
Decimal 21 108 236 0.91 0.54 0 0.07 215.72 0.85 0.5
Hex 15 6C EC 5B 36 0 7 D8 55 32
Octal 25 154 354 133 66 0 7 330 125 62
Binary 10101 1101100 11101100 1011011 110110 0 111 11011000 1010101 110010

Color Harmonies of #156CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CEC

Black with #156CEC

Text Example


Text Example

White with #156CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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