#163B88

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

Shades of Dark Cerulean #163B88

Tints of Dark Cerulean #163B88

Color information

#163B88 (or 0x163B88) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3B and 88. RGB value is (22,59,136). Sum of RGB (Red+Green+Blue) = 22+59+136=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #163B88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163B88 is #E9C477. Grayscale: #383838. Windows color (decimal): -15320184 or 8928022. OLE color: 8928022.

HSL color Cylindrical-coordinate representation of color #163B88: hue angle of 220.53º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163B88 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2259136-
CMYK0.840.5700.47
HSL220.53º72.15%30.98%-
HSV(B)220.53º83.82%53.33%-
XYZ6.345.0823.94-
YUV56.72172.74103.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.14%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=10.14%
G=27.19%
B=62.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22591360.840.5700.47220.5372.1530.98
Hex163B88543902Fdd481f
Octal26732101247105733511037
Binary10110111011100010001010100111001010111111011101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,59,136); }

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

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

 a { background-color: rgb(22,59,136); }

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

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

 span { border-color: rgb(22,59,136); }

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