#104F84

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

Shades of Dark Cerulean #104F84

Tints of Dark Cerulean #104F84

Color information

#104F84 (or 0x104F84) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 84. RGB value is (16,79,132). Sum of RGB (Red+Green+Blue) = 16+79+132=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #104F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F84 is #EFB07B. Grayscale: #414141. Windows color (decimal): -15708284 or 8670992. OLE color: 8670992.

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

Color convert

RGB1679132-
CMYK0.880.4000.48
HSL207.41º78.38%29.02%-
HSV(B)207.41º87.88%51.76%-
XYZ7.177.3722.87-
YUV66.2165.1392.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=7.05%
G=34.80%
B=58.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16791320.880.4000.48207.4178.3829.02
Hex104F845828030cf4e1d
Octal201172041305006031711635
Binary100001001111100001001011000101000011000011001111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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