#104E7D

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

Shades of Dark Cerulean #104E7D

Tints of Dark Cerulean #104E7D

Color information

#104E7D (or 0x104E7D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 7D. RGB value is (16,78,125). Sum of RGB (Red+Green+Blue) = 16+78+125=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #104E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E7D is #EFB182. Grayscale: #404040. Windows color (decimal): -15708547 or 8211984. OLE color: 8211984.

HSL color Cylindrical-coordinate representation of color #104E7D: hue angle of 205.87º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104E7D is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1678125-
CMYK0.870.3800.51
HSL205.87º77.3%27.65%-
HSV(B)205.87º87.2%49.02%-
XYZ6.647.0420.41-
YUV64.82161.9693.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=7.31%
G=35.62%
B=57.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16781250.870.3800.51205.8777.327.65
Hex104E7D5726033ce4d1c
Octal201161751274606331611534
Binary10000100111011111011010111100110011001111001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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