#163874

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

Shades of Dark Cerulean #163874

Tints of Dark Cerulean #163874

Color information

#163874 (or 0x163874) is unknown color: approx Dark Cerulean. HEX triplet: 16, 38 and 74. RGB value is (22,56,116). Sum of RGB (Red+Green+Blue) = 22+56+116=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #163874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163874 is #E9C78B. Grayscale: #343434. Windows color (decimal): -15320972 or 7616534. OLE color: 7616534.

HSL color Cylindrical-coordinate representation of color #163874: hue angle of 218.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163874 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2256116-
CMYK0.810.5200.55
HSL218.3º68.12%27.06%-
HSV(B)218.3º81.03%45.49%-
XYZ4.94.2617.09-
YUV52.67163.74106.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.34%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=11.34%
G=28.87%
B=59.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22561160.810.5200.55218.368.1227.06
Hex1638745134037da441b
Octal26701641216406733210433
Binary1011011100011101001010001110100011011111011010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163874; }

 p { color: rgb(22,56,116); }

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

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

 a { background-color: rgb(22,56,116); }

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

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

 span { border-color: rgb(22,56,116); }

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