#105379

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

Shades of Dark Cerulean #105379

Tints of Dark Cerulean #105379

Color information

#105379 (or 0x105379) is unknown color: approx Dark Cerulean. HEX triplet: 10, 53 and 79. RGB value is (16,83,121). Sum of RGB (Red+Green+Blue) = 16+83+121=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #105379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105379 is #EFAC86. Grayscale: #434343. Windows color (decimal): -15707271 or 7951120. OLE color: 7951120.

HSL color Cylindrical-coordinate representation of color #105379: hue angle of 201.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #105379 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1683121-
CMYK0.870.3100.53
HSL201.71º76.64%26.86%-
HSV(B)201.71º86.78%47.45%-
XYZ6.767.6819.21-
YUV67.3158.391.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 121 (47.66% from 255) = 55%
R=7.27%
G=37.73%
B=55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16831210.870.3100.53201.7176.6426.86
Hex105379571F035ca4d1b
Octal201231711273706531211533
Binary1000010100111111001101011111111011010111001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105379; }

 p { color: rgb(16,83,121); }

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

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

 a { background-color: rgb(16,83,121); }

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

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

 span { border-color: rgb(16,83,121); }

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