#163B74

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

Shades of Dark Cerulean #163B74

Tints of Dark Cerulean #163B74

Color information

#163B74 (or 0x163B74) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3B and 74. RGB value is (22,59,116). Sum of RGB (Red+Green+Blue) = 22+59+116=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #163B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B74 is #E9C48B. Grayscale: #363636. Windows color (decimal): -15320204 or 7617302. OLE color: 7617302.

HSL color Cylindrical-coordinate representation of color #163B74: hue angle of 216.38º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163B74 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2259116-
CMYK0.810.4900.55
HSL216.38º68.12%27.06%-
HSV(B)216.38º81.03%45.49%-
XYZ5.054.5617.14-
YUV54.44162.74104.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 116 (45.70% from 255) = 58.88%
R=11.17%
G=29.95%
B=58.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22591160.810.4900.55216.3868.1227.06
Hex163B745131037d8441b
Octal26731641216106733010433
Binary1011011101111101001010001110001011011111011000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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