#104477

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

Shades of Dark Cerulean #104477

Tints of Dark Cerulean #104477

Color information

#104477 (or 0x104477) is unknown color: approx Dark Cerulean. HEX triplet: 10, 44 and 77. RGB value is (16,68,119). Sum of RGB (Red+Green+Blue) = 16+68+119=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #104477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104477 is #EFBB88. Grayscale: #3A3A3A. Windows color (decimal): -15711113 or 7816208. OLE color: 7816208.

HSL color Cylindrical-coordinate representation of color #104477: hue angle of 209.71º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104477 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1668119-
CMYK0.870.4300.53
HSL209.71º76.3%26.47%-
HSV(B)209.71º86.55%46.67%-
XYZ5.615.5818.23-
YUV58.27162.2797.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=7.88%
G=33.50%
B=58.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16681190.870.4300.53209.7176.326.47
Hex104477572B035d24c1a
Octal201041671275306532211432
Binary10000100010011101111010111101011011010111010010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104477; }

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

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

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

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

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

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

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

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