Html Css Color HEX #156BEC Navy Blue

📋 copy color: '#156BEC'

red 21 ◦ green 107 ◦ blue 236

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

Shades of Navy Blue #156BEC

Tints of Navy Blue #156BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 5.77%
G = 29.4%
B = 64.84%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#156BEC (or 0x156BEC) is known color: Navy Blue. HEX triplet: 15, 6B and EC. RGB value is (21,107,236). Sum of RGB (Red+Green+Blue) = 21+107+236=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #156BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156BEC is #EA9413. Grayscale: #5F5F5F. Windows color (decimal): -15373332 or 15493909. OLE color: 15493909.

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

Color convert

RGB 21 107 236 -
CMYK 0.91 0.55 0 0.07
HSL 216º 0.85% 0.5% -
HSV(B) 216º 0.91% 0.93% -
XYZ 20.71 16.73 81.49 -
YUV 95.99 207.01 74.51 -
System Red Green Blue C M Y K H S L
Decimal 21 107 236 0.91 0.55 0 0.07 216 0.85 0.5
Hex 15 6B EC 5B 37 0 7 D8 55 32
Octal 25 153 354 133 67 0 7 330 125 62
Binary 10101 1101011 11101100 1011011 110111 0 111 11011000 1010101 110010

Color Harmonies of #156BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BEC

Black with #156BEC

Text Example


Text Example

White with #156BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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