#104492

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

Shades of Dark Cerulean #104492

Tints of Dark Cerulean #104492

Color information

#104492 (or 0x104492) is unknown color: approx Dark Cerulean. HEX triplet: 10, 44 and 92. RGB value is (16,68,146). Sum of RGB (Red+Green+Blue) = 16+68+146=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #104492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104492 is #EFBB6D. Grayscale: #3C3C3C. Windows color (decimal): -15711086 or 9585680. OLE color: 9585680.

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

Color convert

RGB1668146-
CMYK0.890.5300.43
HSL216º80.25%31.76%-
HSV(B)216º89.04%57.25%-
XYZ7.476.3228.02-
YUV61.34175.7795.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 146 (57.42% from 255) = 63.48%
R=6.96%
G=29.57%
B=63.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16681460.890.5300.4321680.2531.76
Hex104492593502Bd85020
Octal201042221316505333012040
Binary1000010001001001001010110011101010101011110110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104492; }

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

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

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

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

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

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

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

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