#103E73

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

Shades of Dark Cerulean #103E73

Tints of Dark Cerulean #103E73

Color information

#103E73 (or 0x103E73) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3E and 73. RGB value is (16,62,115). Sum of RGB (Red+Green+Blue) = 16+62+115=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #103E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E73 is #EFC18C. Grayscale: #363636. Windows color (decimal): -15712653 or 7552528. OLE color: 7552528.

HSL color Cylindrical-coordinate representation of color #103E73: hue angle of 212.12º 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 #103E73 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1662115-
CMYK0.860.4600.55
HSL212.12º75.57%25.69%-
HSV(B)212.12º86.09%45.1%-
XYZ5.034.7916.88-
YUV54.29162.26100.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=8.29%
G=32.12%
B=59.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16621150.860.4600.55212.1275.5725.69
Hex103E73562E037d44c1a
Octal20761631265606732411432
Binary1000011111011100111010110101110011011111010100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103E73; }

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

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

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

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

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

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

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

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