#163D7A

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

Shades of Dark Cerulean #163D7A

Tints of Dark Cerulean #163D7A

Color information

#163D7A (or 0x163D7A) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3D and 7A. RGB value is (22,61,122). Sum of RGB (Red+Green+Blue) = 22+61+122=205 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.73% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #163D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D7A is #E9C285. Grayscale: #383838. Windows color (decimal): -15319686 or 8011030. OLE color: 8011030.

HSL color Cylindrical-coordinate representation of color #163D7A: hue angle of 216.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #163D7A is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2261122-
CMYK0.820.5000.52
HSL216.6º69.44%28.24%-
HSV(B)216.6º81.97%47.84%-
XYZ5.514.9119.07-
YUV56.29165.08103.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.73%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=10.73%
G=29.76%
B=59.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22611220.820.5000.52216.669.4428.24
Hex163D7A5232034d9451c
Octal26751721226206433110534
Binary1011011110111110101010010110010011010011011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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