#163C6F

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

Shades of Dark Cerulean #163C6F

Tints of Dark Cerulean #163C6F

Color information

#163C6F (or 0x163C6F) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3C and 6F. RGB value is (22,60,111). Sum of RGB (Red+Green+Blue) = 22+60+111=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #163C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C6F is #E9C390. Grayscale: #363636. Windows color (decimal): -15319953 or 7289878. OLE color: 7289878.

HSL color Cylindrical-coordinate representation of color #163C6F: hue angle of 214.38º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163C6F is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2260111-
CMYK0.800.4600.56
HSL214.38º66.92%26.08%-
HSV(B)214.38º80.18%43.53%-
XYZ4.824.5515.66-
YUV54.45159.91104.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 60 (23.83% from 255) = 31.09%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=11.40%
G=31.09%
B=57.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22601110.800.4600.56214.3866.9226.08
Hex163C6F502E038d6431a
Octal26741571205607032610332
Binary1011011110011011111010000101110011100011010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,60,111); }

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

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

 a { background-color: rgb(22,60,111); }

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

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

 span { border-color: rgb(22,60,111); }

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