#104073

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

Shades of Dark Cerulean #104073

Tints of Dark Cerulean #104073

Color information

#104073 (or 0x104073) is unknown color: approx Dark Cerulean. HEX triplet: 10, 40 and 73. RGB value is (16,64,115). Sum of RGB (Red+Green+Blue) = 16+64+115=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #104073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104073 is #EFBF8C. Grayscale: #373737. Windows color (decimal): -15712141 or 7553040. OLE color: 7553040.

HSL color Cylindrical-coordinate representation of color #104073: hue angle of 210.91º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104073 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1664115-
CMYK0.860.4400.55
HSL210.91º75.57%25.69%-
HSV(B)210.91º86.09%45.1%-
XYZ5.145.0116.92-
YUV55.46161.699.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=8.21%
G=32.82%
B=58.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16641150.860.4400.55210.9175.5725.69
Hex104073562C037d34c1a
Octal201001631265406732311432
Binary10000100000011100111010110101100011011111010011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104073; }

 p { color: rgb(16,64,115); }

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

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

 a { background-color: rgb(16,64,115); }

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

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

 span { border-color: rgb(16,64,115); }

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