#104F71

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

Shades of Dark Cerulean #104F71

Tints of Dark Cerulean #104F71

Color information

#104F71 (or 0x104F71) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 71. RGB value is (16,79,113). Sum of RGB (Red+Green+Blue) = 16+79+113=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #104F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F71 is #EFB08E. Grayscale: #3F3F3F. Windows color (decimal): -15708303 or 7425808. OLE color: 7425808.

HSL color Cylindrical-coordinate representation of color #104F71: hue angle of 201.03º 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 #104F71 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1679113-
CMYK0.860.3000.56
HSL201.03º75.19%25.29%-
HSV(B)201.03º85.84%44.31%-
XYZ5.996.8916.64-
YUV64.04155.6393.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 113 (44.53% from 255) = 54.33%
R=7.69%
G=37.98%
B=54.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16791130.860.3000.56201.0375.1925.29
Hex104F71561E038c94b19
Octal201171611263607031111331
Binary1000010011111110001101011011110011100011001001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F71; }

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

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

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

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

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

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

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

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