#104291

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

Shades of Dark Cerulean #104291

Tints of Dark Cerulean #104291

Color information

#104291 (or 0x104291) is unknown color: approx Dark Cerulean. HEX triplet: 10, 42 and 91. RGB value is (16,66,145). Sum of RGB (Red+Green+Blue) = 16+66+145=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #104291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104291 is #EFBD6E. Grayscale: #3B3B3B. Windows color (decimal): -15711599 or 9519632. OLE color: 9519632.

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

Color convert

RGB1666145-
CMYK0.890.5400.43
HSL216.74º80.12%31.57%-
HSV(B)216.74º88.97%56.86%-
XYZ7.276.0527.57-
YUV60.06175.9496.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 145 (57.03% from 255) = 63.88%
R=7.05%
G=29.07%
B=63.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal16661450.890.5400.43216.7480.1231.57
Hex104291593602Bd95020
Octal201022211316605333112040
Binary1000010000101001000110110011101100101011110110011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104291; }

 p { color: rgb(16,66,145); }

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

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

 a { background-color: rgb(16,66,145); }

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

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

 span { border-color: rgb(16,66,145); }

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