#104F8D

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

Shades of Dark Cerulean #104F8D

Tints of Dark Cerulean #104F8D

Color information

#104F8D (or 0x104F8D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 8D. RGB value is (16,79,141). Sum of RGB (Red+Green+Blue) = 16+79+141=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #104F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F8D is #EFB072. Grayscale: #424242. Windows color (decimal): -15708275 or 9260816. OLE color: 9260816.

HSL color Cylindrical-coordinate representation of color #104F8D: hue angle of 209.76º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104F8D is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1679141-
CMYK0.890.4400.45
HSL209.76º79.62%30.78%-
HSV(B)209.76º88.65%55.29%-
XYZ7.827.6326.26-
YUV67.23169.6391.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.78%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 141 (55.47% from 255) = 59.75%
R=6.78%
G=33.47%
B=59.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16791410.890.4400.45209.7679.6230.78
Hex104F8D592C02Dd2501f
Octal201172151315405532212037
Binary100001001111100011011011001101100010110111010010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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