#104F86

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

Shades of Dark Cerulean #104F86

Tints of Dark Cerulean #104F86

Color information

#104F86 (or 0x104F86) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 86. RGB value is (16,79,134). Sum of RGB (Red+Green+Blue) = 16+79+134=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #104F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F86 is #EFB079. Grayscale: #424242. Windows color (decimal): -15708282 or 8802064. OLE color: 8802064.

HSL color Cylindrical-coordinate representation of color #104F86: hue angle of 207.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104F86 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1679134-
CMYK0.880.4100.47
HSL207.97º78.67%29.41%-
HSV(B)207.97º88.06%52.55%-
XYZ7.317.4223.6-
YUV66.43166.1392.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 134 (52.73% from 255) = 58.52%
R=6.99%
G=34.50%
B=58.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16791340.880.4100.47207.9778.6729.41
Hex104F86582902Fd04f1d
Octal201172061305105732011735
Binary100001001111100001101011000101001010111111010000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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