#104E92

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

Shades of Dark Cerulean #104E92

Tints of Dark Cerulean #104E92

Color information

#104E92 (or 0x104E92) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4E and 92. RGB value is (16,78,146). Sum of RGB (Red+Green+Blue) = 16+78+146=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #104E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104E92 is #EFB16D. Grayscale: #424242. Windows color (decimal): -15708526 or 9588240. OLE color: 9588240.

HSL color Cylindrical-coordinate representation of color #104E92: hue angle of 211.38º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104E92 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1678146-
CMYK0.890.4700.43
HSL211.38º80.25%31.76%-
HSV(B)211.38º89.04%57.25%-
XYZ8.137.6328.24-
YUV67.21172.4691.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=6.67%
G=32.5%
B=60.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16781460.890.4700.43211.3880.2531.76
Hex104E92592F02Bd35020
Octal201162221315705332312040
Binary1000010011101001001010110011011110101011110100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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