#104F96

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

Shades of Dark Cerulean #104F96

Tints of Dark Cerulean #104F96

Color information

#104F96 (or 0x104F96) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 96. RGB value is (16,79,150). Sum of RGB (Red+Green+Blue) = 16+79+150=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #104F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104F96 is #EFB069. Grayscale: #434343. Windows color (decimal): -15708266 or 9850640. OLE color: 9850640.

HSL color Cylindrical-coordinate representation of color #104F96: hue angle of 211.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104F96 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1679150-
CMYK0.890.4700.41
HSL211.79º80.72%32.55%-
HSV(B)211.79º89.33%58.82%-
XYZ8.517.929.93-
YUV68.26174.1390.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=6.53%
G=32.24%
B=61.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16791500.890.4700.41211.7980.7232.55
Hex104F96592F029d45121
Octal201172261315705132412141
Binary1000010011111001011010110011011110101001110101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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