#163E77

Color #163E77 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #163E77

Tints of Dark Cerulean #163E77

Color information

#163E77 (or 0x163E77) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3E and 77. RGB value is (22,62,119). Sum of RGB (Red+Green+Blue) = 22+62+119=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #163E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E77 is #E9C188. Grayscale: #383838. Windows color (decimal): -15319433 or 7814678. OLE color: 7814678.

HSL color Cylindrical-coordinate representation of color #163E77: hue angle of 215.26º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163E77 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2262119-
CMYK0.820.4800.53
HSL215.26º68.79%27.65%-
HSV(B)215.26º81.51%46.67%-
XYZ5.384.9518.12-
YUV56.54163.25103.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=10.84%
G=30.54%
B=58.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22621190.820.4800.53215.2668.7927.65
Hex163E775230035d7451c
Octal26761671226006532710534
Binary1011011111011101111010010110000011010111010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163E77; }

 p { color: rgb(22,62,119); }

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

<style>
 a { background-color: #163E77; }

 a { background-color: rgb(22,62,119); }

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

<style>
 span { border-color: #163E77; }

 span { border-color: rgb(22,62,119); }

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