#104592

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

Shades of Dark Cerulean #104592

Tints of Dark Cerulean #104592

Color information

#104592 (or 0x104592) is unknown color: approx Dark Cerulean. HEX triplet: 10, 45 and 92. RGB value is (16,69,146). Sum of RGB (Red+Green+Blue) = 16+69+146=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #104592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104592 is #EFBA6D. Grayscale: #3D3D3D. Windows color (decimal): -15710830 or 9585936. OLE color: 9585936.

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

Color convert

RGB1669146-
CMYK0.890.5300.43
HSL215.54º80.25%31.76%-
HSV(B)215.54º89.04%57.25%-
XYZ7.536.4428.04-
YUV61.93175.4495.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=6.93%
G=29.87%
B=63.20%

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
Decimal16691460.890.5300.43215.5480.2531.76
Hex104592593502Bd85020
Octal201052221316505333012040
Binary1000010001011001001010110011101010101011110110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104592; }

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

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

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

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

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

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

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

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