#104C87

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

Shades of Dark Cerulean #104C87

Tints of Dark Cerulean #104C87

Color information

#104C87 (or 0x104C87) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4C and 87. RGB value is (16,76,135). Sum of RGB (Red+Green+Blue) = 16+76+135=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #104C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C87 is #EFB378. Grayscale: #404040. Windows color (decimal): -15709049 or 8866832. OLE color: 8866832.

HSL color Cylindrical-coordinate representation of color #104C87: hue angle of 209.75º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104C87 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1676135-
CMYK0.880.4400.47
HSL209.75º78.81%29.61%-
HSV(B)209.75º88.15%52.94%-
XYZ7.177.0323.9-
YUV64.79167.6293.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=7.05%
G=33.48%
B=59.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16761350.880.4400.47209.7578.8129.61
Hex104C87582C02Fd24f1e
Octal201142071305405732211736
Binary100001001100100001111011000101100010111111010010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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