#163380

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

Shades of Dark Cerulean #163380

Tints of Dark Cerulean #163380

Color information

#163380 (or 0x163380) is unknown color: approx Dark Cerulean. HEX triplet: 16, 33 and 80. RGB value is (22,51,128). Sum of RGB (Red+Green+Blue) = 22+51+128=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #163380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163380 is #E9CC7F. Grayscale: #323232. Windows color (decimal): -15322240 or 8401686. OLE color: 8401686.

HSL color Cylindrical-coordinate representation of color #163380: hue angle of 223.58º 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 #163380 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2251128-
CMYK0.830.6000.50
HSL223.58º70.67%29.41%-
HSV(B)223.58º82.81%50.2%-
XYZ5.414.120.93-
YUV51.11171.39107.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=10.95%
G=25.37%
B=63.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22511280.830.6000.50223.5870.6729.41
Hex163380533C032e0471d
Octal26632001237406234010735
Binary10110110011100000001010011111100011001011100000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163380; }

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

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

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

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

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

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

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

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