Html Css Color HEX #156CEE Navy Blue

📋 copy color: '#156CEE'

red 21 ◦ green 108 ◦ blue 238

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

Shades of Navy Blue #156CEE

Tints of Navy Blue #156CEE

RGB

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

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

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

R = 5.72%
G = 29.43%
B = 64.85%

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

#156CEE (or 0x156CEE) is known color: Navy Blue. HEX triplet: 15, 6C and EE. RGB value is (21,108,238). Sum of RGB (Red+Green+Blue) = 21+108+238=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #156CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CEE is #EA9311. Grayscale: #606060. Windows color (decimal): -15373074 or 15625237. OLE color: 15625237.

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

Color convert

RGB 21 108 238 -
CMYK 0.91 0.55 0 0.07
HSL 215.94º 0.86% 0.51% -
HSV(B) 215.94º 0.91% 0.93% -
XYZ 21.1 17.06 83.07 -
YUV 96.81 207.68 73.93 -
System Red Green Blue C M Y K H S L
Decimal 21 108 238 0.91 0.55 0 0.07 215.94 0.86 0.51
Hex 15 6C EE 5B 37 0 7 D8 56 33
Octal 25 154 356 133 67 0 7 330 126 63
Binary 10101 1101100 11101110 1011011 110111 0 111 11011000 1010110 110011

Color Harmonies of #156CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CEE

Black with #156CEE

Text Example


Text Example

White with #156CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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