#163A75

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

Shades of Dark Cerulean #163A75

Tints of Dark Cerulean #163A75

Color information

#163A75 (or 0x163A75) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3A and 75. RGB value is (22,58,117). Sum of RGB (Red+Green+Blue) = 22+58+117=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #163A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A75 is #E9C58A. Grayscale: #353535. Windows color (decimal): -15320459 or 7682582. OLE color: 7682582.

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

Color convert

RGB2258117-
CMYK0.810.5000.54
HSL217.26º68.35%27.25%-
HSV(B)217.26º81.2%45.88%-
XYZ5.054.4817.43-
YUV53.96163.57105.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=11.17%
G=29.44%
B=59.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22581170.810.5000.54217.2668.3527.25
Hex163A755132036d9441b
Octal26721651216206633110433
Binary1011011101011101011010001110010011011011011001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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