#104C8D

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

Shades of Dark Cerulean #104C8D

Tints of Dark Cerulean #104C8D

Color information

#104C8D (or 0x104C8D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4C and 8D. RGB value is (16,76,141). Sum of RGB (Red+Green+Blue) = 16+76+141=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #104C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C8D is #EFB372. Grayscale: #414141. Windows color (decimal): -15709043 or 9260048. OLE color: 9260048.

HSL color Cylindrical-coordinate representation of color #104C8D: hue angle of 211.2º 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 #104C8D is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1676141-
CMYK0.890.4600.45
HSL211.2º79.62%30.78%-
HSV(B)211.2º88.65%55.29%-
XYZ7.617.226.19-
YUV65.47170.6292.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=6.87%
G=32.62%
B=60.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16761410.890.4600.45211.279.6230.78
Hex104C8D592E02Dd3501f
Octal201142151315605532312037
Binary100001001100100011011011001101110010110111010011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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