#104F82

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

Shades of Dark Cerulean #104F82

Tints of Dark Cerulean #104F82

Color information

#104F82 (or 0x104F82) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 82. RGB value is (16,79,130). Sum of RGB (Red+Green+Blue) = 16+79+130=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #104F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F82 is #EFB07D. Grayscale: #414141. Windows color (decimal): -15708286 or 8539920. OLE color: 8539920.

HSL color Cylindrical-coordinate representation of color #104F82: hue angle of 206.84º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104F82 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1679130-
CMYK0.880.3900.49
HSL206.84º78.08%28.63%-
HSV(B)206.84º87.69%50.98%-
XYZ7.047.3122.16-
YUV65.98164.1392.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=7.11%
G=35.11%
B=57.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16791300.880.3900.49206.8478.0828.63
Hex104F825827031cf4e1d
Octal201172021304706131711635
Binary100001001111100000101011000100111011000111001111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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