#104e95

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

Shades of Dark Cerulean #104E95

Tints of Dark Cerulean #104E95

Color information

#104E95 (or 0x104E95) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 95. RGB value is (16,78,149). Sum of RGB (Red+Green+Blue) = 16+78+149=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #104E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104E95 is #EFB16A. Grayscale: #434343. Windows color (decimal): -15708523 or 9784848. OLE color: 9784848.

HSL color Cylindrical-coordinate representation of color #104E95: hue angle of 212.03º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104E95 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1678149-
CMYK0.890.4800.42
HSL212.03º80.61%32.35%-
HSV(B)212.03º89.26%58.43%-
XYZ8.367.7329.48-
YUV67.56173.9691.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=6.58%
G=32.10%
B=61.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16781490.890.4800.42212.0380.6132.35
Hex104E95593002Ad45120
Octal201162251316005232412140
Binary1000010011101001010110110011100000101010110101001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104e95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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