#163C83

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

Shades of Dark Cerulean #163C83

Tints of Dark Cerulean #163C83

Color information

#163C83 (or 0x163C83) is unknown color: approx Dark Cerulean. HEX triplet: 16, 3C and 83. RGB value is (22,60,131). Sum of RGB (Red+Green+Blue) = 22+60+131=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #163C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163C83 is #E9C37C. Grayscale: #383838. Windows color (decimal): -15319933 or 8600598. OLE color: 8600598.

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

Color convert

RGB2260131-
CMYK0.830.5400.49
HSL219.08º71.24%30%-
HSV(B)219.08º83.21%51.37%-
XYZ6.045.0422.13-
YUV56.73169.91103.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=10.33%
G=28.17%
B=61.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22601310.830.5400.49219.0871.2430
Hex163C835336031db471e
Octal26742031236606133310736
Binary10110111100100000111010011110110011000111011011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,60,131); }

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

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

 a { background-color: rgb(22,60,131); }

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

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

 span { border-color: rgb(22,60,131); }

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