#103F73

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

Shades of Dark Cerulean #103F73

Tints of Dark Cerulean #103F73

Color information

#103F73 (or 0x103F73) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3F and 73. RGB value is (16,63,115). Sum of RGB (Red+Green+Blue) = 16+63+115=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #103F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F73 is #EFC08C. Grayscale: #363636. Windows color (decimal): -15712397 or 7552784. OLE color: 7552784.

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

Color convert

RGB1663115-
CMYK0.860.4500.55
HSL211.52º75.57%25.69%-
HSV(B)211.52º86.09%45.1%-
XYZ5.094.916.9-
YUV54.87161.93100.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=8.25%
G=32.47%
B=59.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16631150.860.4500.55211.5275.5725.69
Hex103F73562D037d44c1a
Octal20771631265506732411432
Binary1000011111111100111010110101101011011111010100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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