Html Css Color HEX #156BEE Navy Blue

📋 copy color: '#156BEE'

red 21 ◦ green 107 ◦ blue 238

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

Shades of Navy Blue #156BEE

Tints of Navy Blue #156BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.03%

R = 5.74%
G = 29.23%
B = 65.03%

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

#156BEE (or 0x156BEE) is known color: Navy Blue. HEX triplet: 15, 6B and EE. RGB value is (21,107,238). Sum of RGB (Red+Green+Blue) = 21+107+238=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #156BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156BEE is #EA9411. Grayscale: #5F5F5F. Windows color (decimal): -15373330 or 15624981. OLE color: 15624981.

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

Color convert

RGB 21 107 238 -
CMYK 0.91 0.55 0 0.07
HSL 216.22º 0.86% 0.51% -
HSV(B) 216.22º 0.91% 0.93% -
XYZ 21 16.85 83.03 -
YUV 96.22 208.01 74.35 -
System Red Green Blue C M Y K H S L
Decimal 21 107 238 0.91 0.55 0 0.07 216.22 0.86 0.51
Hex 15 6B EE 5B 37 0 7 D8 56 33
Octal 25 153 356 133 67 0 7 330 126 63
Binary 10101 1101011 11101110 1011011 110111 0 111 11011000 1010110 110011

Color Harmonies of #156BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BEE

Black with #156BEE

Text Example


Text Example

White with #156BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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