#104A6D

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

Shades of Dark Cerulean #104A6D

Tints of Dark Cerulean #104A6D

Color information

#104A6D (or 0x104A6D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4A and 6D. RGB value is (16,74,109). Sum of RGB (Red+Green+Blue) = 16+74+109=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #104A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A6D is #EFB592. Grayscale: #3C3C3C. Windows color (decimal): -15709587 or 7162384. OLE color: 7162384.

HSL color Cylindrical-coordinate representation of color #104A6D: hue angle of 202.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104A6D is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1674109-
CMYK0.850.3200.57
HSL202.58º74.4%24.51%-
HSV(B)202.58º85.32%42.75%-
XYZ5.426.1115.36-
YUV60.65155.2896.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=8.04%
G=37.19%
B=54.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16741090.850.3200.57202.5874.424.51
Hex104A6D5520039cb4a19
Octal201121551254007131311231
Binary10000100101011011011010101100000011100111001011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,74,109); }

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

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

 a { background-color: rgb(16,74,109); }

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

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

 span { border-color: rgb(16,74,109); }

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