#163975

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

Shades of Dark Cerulean #163975

Tints of Dark Cerulean #163975

Color information

#163975 (or 0x163975) is unknown color: approx Dark Cerulean. HEX triplet: 16, 39 and 75. RGB value is (22,57,117). Sum of RGB (Red+Green+Blue) = 22+57+117=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #163975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163975 is #E9C68A. Grayscale: #353535. Windows color (decimal): -15320715 or 7682326. OLE color: 7682326.

HSL color Cylindrical-coordinate representation of color #163975: hue angle of 217.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163975 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2257117-
CMYK0.810.5100.54
HSL217.89º68.35%27.25%-
HSV(B)217.89º81.2%45.88%-
XYZ54.3817.41-
YUV53.37163.9105.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=11.22%
G=29.08%
B=59.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22571170.810.5100.54217.8968.3527.25
Hex1639755133036da441b
Octal26711651216306633210433
Binary1011011100111101011010001110011011011011011010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163975; }

 p { color: rgb(22,57,117); }

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

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

 a { background-color: rgb(22,57,117); }

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

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

 span { border-color: rgb(22,57,117); }

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