#104A8D

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

Shades of Dark Cerulean #104A8D

Tints of Dark Cerulean #104A8D

Color information

#104A8D (or 0x104A8D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4A and 8D. RGB value is (16,74,141). Sum of RGB (Red+Green+Blue) = 16+74+141=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #104A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A8D is #EFB572. Grayscale: #3F3F3F. Windows color (decimal): -15709555 or 9259536. OLE color: 9259536.

HSL color Cylindrical-coordinate representation of color #104A8D: hue angle of 212.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104A8D is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1674141-
CMYK0.890.4800.45
HSL212.16º79.62%30.78%-
HSV(B)212.16º88.65%55.29%-
XYZ7.476.9326.14-
YUV64.3171.2893.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 74 (29.30% from 255) = 32.03%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=6.93%
G=32.03%
B=61.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16741410.890.4800.45212.1679.6230.78
Hex104A8D593002Dd4501f
Octal201122151316005532412037
Binary100001001010100011011011001110000010110111010100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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