#103973

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

Shades of Dark Cerulean #103973

Tints of Dark Cerulean #103973

Color information

#103973 (or 0x103973) is unknown color: approx Dark Cerulean. HEX triplet: 10, 39 and 73. RGB value is (16,57,115). Sum of RGB (Red+Green+Blue) = 16+57+115=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #103973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103973 is #EFC68C. Grayscale: #333333. Windows color (decimal): -15713933 or 7551248. OLE color: 7551248.

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

Color convert

RGB1657115-
CMYK0.860.5000.55
HSL215.15º75.57%25.69%-
HSV(B)215.15º86.09%45.1%-
XYZ4.774.2716.79-
YUV51.35163.92102.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=8.51%
G=30.32%
B=61.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16571150.860.5000.55215.1575.5725.69
Hex1039735632037d74c1a
Octal20711631266206732711432
Binary1000011100111100111010110110010011011111010111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103973; }

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

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

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

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

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

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

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

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