#104C85

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

Shades of Dark Cerulean #104C85

Tints of Dark Cerulean #104C85

Color information

#104C85 (or 0x104C85) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4C and 85. RGB value is (16,76,133). Sum of RGB (Red+Green+Blue) = 16+76+133=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #104C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C85 is #EFB37A. Grayscale: #404040. Windows color (decimal): -15709051 or 8735760. OLE color: 8735760.

HSL color Cylindrical-coordinate representation of color #104C85: hue angle of 209.23º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104C85 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1676133-
CMYK0.880.4300.48
HSL209.23º78.52%29.22%-
HSV(B)209.23º87.97%52.16%-
XYZ7.036.9723.17-
YUV64.56166.6293.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=7.11%
G=33.78%
B=59.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16761330.880.4300.48209.2378.5229.22
Hex104C85582B030d14f1d
Octal201142051305306032111735
Binary100001001100100001011011000101011011000011010001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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