#163B80

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

Shades of Dark Cerulean #163B80

Tints of Dark Cerulean #163B80

Color information

#163B80 (or 0x163B80) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3B and 80. RGB value is (22,59,128). Sum of RGB (Red+Green+Blue) = 22+59+128=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #163B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163B80 is #E9C47F. Grayscale: #373737. Windows color (decimal): -15320192 or 8403734. OLE color: 8403734.

HSL color Cylindrical-coordinate representation of color #163B80: hue angle of 219.06º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #163B80 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2259128-
CMYK0.830.5400.50
HSL219.06º70.67%29.41%-
HSV(B)219.06º82.81%50.2%-
XYZ5.794.8621.05-
YUV55.8168.74103.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=10.53%
G=28.23%
B=61.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22591280.830.5400.50219.0670.6729.41
Hex163B805336032db471d
Octal26732001236606233310735
Binary10110111011100000001010011110110011001011011011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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