#163D8A

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

Shades of Dark Cerulean #163D8A

Tints of Dark Cerulean #163D8A

Color information

#163D8A (or 0x163D8A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3D and 8A. RGB value is (22,61,138). Sum of RGB (Red+Green+Blue) = 22+61+138=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #163D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163D8A is #E9C275. Grayscale: #393939. Windows color (decimal): -15319670 or 9059606. OLE color: 9059606.

HSL color Cylindrical-coordinate representation of color #163D8A: hue angle of 219.83º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #163D8A is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2261138-
CMYK0.840.5600.46
HSL219.83º72.5%31.37%-
HSV(B)219.83º84.06%54.12%-
XYZ6.595.3424.73-
YUV58.12173.08102.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=9.95%
G=27.60%
B=62.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22611380.840.5600.46219.8372.531.37
Hex163D8A543802Edc481f
Octal26752121247005633411037
Binary10110111101100010101010100111000010111011011100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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