#104E7F

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

Shades of Dark Cerulean #104E7F

Tints of Dark Cerulean #104E7F

Color information

#104E7F (or 0x104E7F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 7F. RGB value is (16,78,127). Sum of RGB (Red+Green+Blue) = 16+78+127=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #104E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E7F is #EFB180. Grayscale: #404040. Windows color (decimal): -15708545 or 8343056. OLE color: 8343056.

HSL color Cylindrical-coordinate representation of color #104E7F: hue angle of 206.49º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104E7F is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1678127-
CMYK0.870.3900.50
HSL206.49º77.62%28.04%-
HSV(B)206.49º87.4%49.8%-
XYZ6.777.0921.09-
YUV65.05162.9693.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 127 (50% from 255) = 57.47%
R=7.24%
G=35.29%
B=57.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16781270.870.3900.50206.4977.6228.04
Hex104E7F5727032ce4e1c
Octal201161771274706231611634
Binary10000100111011111111010111100111011001011001110100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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