#105071

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

Shades of Dark Cerulean #105071

Tints of Dark Cerulean #105071

Color information

#105071 (or 0x105071) is unknown color: approx Dark Cerulean. HEX triplet: 10, 50 and 71. RGB value is (16,80,113). Sum of RGB (Red+Green+Blue) = 16+80+113=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #105071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105071 is #EFAF8E. Grayscale: #404040. Windows color (decimal): -15708047 or 7426064. OLE color: 7426064.

HSL color Cylindrical-coordinate representation of color #105071: hue angle of 200.41º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105071 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1680113-
CMYK0.860.2900.56
HSL200.41º75.19%25.29%-
HSV(B)200.41º85.84%44.31%-
XYZ6.067.0416.66-
YUV64.63155.393.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=7.66%
G=38.28%
B=54.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16801130.860.2900.56200.4175.1925.29
Hex105071561D038c84b19
Octal201201611263507031011331
Binary1000010100001110001101011011101011100011001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105071; }

 p { color: rgb(16,80,113); }

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

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

 a { background-color: rgb(16,80,113); }

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

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

 span { border-color: rgb(16,80,113); }

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