#156CE5

Color #156CE5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #156CE5

Tints of Navy Blue #156CE5

Color information

#156CE5 (or 0x156CE5) is unknown color: approx Navy Blue. HEX triplet: 15, 6C and E5. RGB value is (21,108,229). Sum of RGB (Red+Green+Blue) = 21+108+229=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #156CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CE5 is #EA931A. Grayscale: #5F5F5F. Windows color (decimal): -15373083 or 15035413. OLE color: 15035413.

HSL color Cylindrical-coordinate representation of color #156CE5: hue angle of 214.9º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156CE5 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21108229-
CMYK0.910.5300.10
HSL214.9º83.2%49.02%-
HSV(B)214.9º90.83%89.8%-
XYZ19.8116.5476.28-
YUV95.78203.1874.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.87%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 229 (89.84% from 255) = 63.97%
R=5.87%
G=30.17%
B=63.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal211082290.910.5300.10214.983.249.02
Hex156CE55B350Ad75331
Octal251543451336501232712361
Binary10101110110011100101101101111010101010110101111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #156CE5;
 }
 .AnyTagClassName
 {
   color: #156CE5;
 }
</style>
background-color css

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

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

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

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

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

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