#163D75

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

Shades of Dark Cerulean #163D75

Tints of Dark Cerulean #163D75

Color information

#163D75 (or 0x163D75) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3D and 75. RGB value is (22,61,117). Sum of RGB (Red+Green+Blue) = 22+61+117=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #163D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D75 is #E9C28A. Grayscale: #373737. Windows color (decimal): -15319691 or 7683350. OLE color: 7683350.

HSL color Cylindrical-coordinate representation of color #163D75: hue angle of 215.37º 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 #163D75 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2261117-
CMYK0.810.4800.54
HSL215.37º68.35%27.25%-
HSV(B)215.37º81.2%45.88%-
XYZ5.214.7917.48-
YUV55.72162.58103.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 117 (46.09% from 255) = 58.5%
R=11%
G=30.5%
B=58.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22611170.810.4800.54215.3768.3527.25
Hex163D755130036d7441b
Octal26751651216006632710433
Binary1011011110111101011010001110000011011011010111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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