#104A6E

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

Shades of Dark Cerulean #104A6E

Tints of Dark Cerulean #104A6E

Color information

#104A6E (or 0x104A6E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4A and 6E. RGB value is (16,74,110). Sum of RGB (Red+Green+Blue) = 16+74+110=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #104A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104A6E is #EFB591. Grayscale: #3C3C3C. Windows color (decimal): -15709586 or 7227920. OLE color: 7227920.

HSL color Cylindrical-coordinate representation of color #104A6E: hue angle of 202.98º degrees, saturation: 0.75, 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 #104A6E is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1674110-
CMYK0.850.3300.57
HSL202.98º74.6%24.71%-
HSV(B)202.98º85.45%43.14%-
XYZ5.486.1315.65-
YUV60.76155.7896.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 110 (43.36% from 255) = 55%
R=8%
G=37%
B=55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16741100.850.3300.57202.9874.624.71
Hex104A6E5521039cb4b19
Octal201121561254107131311331
Binary10000100101011011101010101100001011100111001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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