#104E96

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

Shades of Dark Cerulean #104E96

Tints of Dark Cerulean #104E96

Color information

#104E96 (or 0x104E96) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 96. RGB value is (16,78,150). Sum of RGB (Red+Green+Blue) = 16+78+150=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #104E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104E96 is #EFB169. Grayscale: #434343. Windows color (decimal): -15708522 or 9850384. OLE color: 9850384.

HSL color Cylindrical-coordinate representation of color #104E96: hue angle of 212.24º 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 #104E96 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1678150-
CMYK0.890.4800.41
HSL212.24º80.72%32.55%-
HSV(B)212.24º89.33%58.82%-
XYZ8.447.7629.91-
YUV67.67174.4691.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=6.56%
G=31.97%
B=61.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16781500.890.4800.41212.2480.7232.55
Hex104E965930029d45121
Octal201162261316005132412141
Binary1000010011101001011010110011100000101001110101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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