#104E8F

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

Shades of Dark Cerulean #104E8F

Tints of Dark Cerulean #104E8F

Color information

#104E8F (or 0x104E8F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 8F. RGB value is (16,78,143). Sum of RGB (Red+Green+Blue) = 16+78+143=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #104E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104E8F is #EFB170. Grayscale: #424242. Windows color (decimal): -15708529 or 9391632. OLE color: 9391632.

HSL color Cylindrical-coordinate representation of color #104E8F: hue angle of 210.71º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104E8F is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1678143-
CMYK0.890.4500.44
HSL210.71º79.87%31.18%-
HSV(B)210.71º88.81%56.08%-
XYZ7.97.5427.03-
YUV66.87170.9691.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 143 (56.25% from 255) = 60.34%
R=6.75%
G=32.91%
B=60.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16781430.890.4500.44210.7179.8731.18
Hex104E8F592D02Cd3501f
Octal201162171315505432312037
Binary100001001110100011111011001101101010110011010011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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