#104F6C

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

Shades of Dark Cerulean #104F6C

Tints of Dark Cerulean #104F6C

Color information

#104F6C (or 0x104F6C) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 6C. RGB value is (16,79,108). Sum of RGB (Red+Green+Blue) = 16+79+108=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #104F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F6C is #EFB093. Grayscale: #3F3F3F. Windows color (decimal): -15708308 or 7098128. OLE color: 7098128.

HSL color Cylindrical-coordinate representation of color #104F6C: hue angle of 198.91º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104F6C is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1679108-
CMYK0.850.2700.58
HSL198.91º74.19%24.31%-
HSV(B)198.91º85.19%42.35%-
XYZ5.726.7815.2-
YUV63.47153.1394.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=7.88%
G=38.92%
B=53.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16791080.850.2700.58198.9174.1924.31
Hex104F6C551B03Ac74a18
Octal201171541253307230711230
Binary1000010011111101100101010111011011101011000111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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