#104C92

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

Shades of Dark Cerulean #104C92

Tints of Dark Cerulean #104C92

Color information

#104C92 (or 0x104C92) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4C and 92. RGB value is (16,76,146). Sum of RGB (Red+Green+Blue) = 16+76+146=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #104C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C92 is #EFB36D. Grayscale: #414141. Windows color (decimal): -15709038 or 9587728. OLE color: 9587728.

HSL color Cylindrical-coordinate representation of color #104C92: hue angle of 212.31º 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 #104C92 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1676146-
CMYK0.890.4800.43
HSL212.31º80.25%31.76%-
HSV(B)212.31º89.04%57.25%-
XYZ7.997.3528.19-
YUV66.04173.1292.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.72%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 146 (57.42% from 255) = 61.34%
R=6.72%
G=31.93%
B=61.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16761460.890.4800.43212.3180.2531.76
Hex104C92593002Bd45020
Octal201142221316005332412040
Binary1000010011001001001010110011100000101011110101001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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