#103972

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

Shades of Dark Cerulean #103972

Tints of Dark Cerulean #103972

Color information

#103972 (or 0x103972) is unknown color: approx Dark Cerulean. HEX triplet: 10, 39 and 72. RGB value is (16,57,114). Sum of RGB (Red+Green+Blue) = 16+57+114=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #103972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103972 is #EFC68D. Grayscale: #323232. Windows color (decimal): -15713934 or 7485712. OLE color: 7485712.

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

Color convert

RGB1657114-
CMYK0.860.5000.55
HSL214.9º75.38%25.49%-
HSV(B)214.9º85.96%44.71%-
XYZ4.714.2516.49-
YUV51.24163.42102.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=8.56%
G=30.48%
B=60.96%

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
Decimal16571140.860.5000.55214.975.3825.49
Hex1039725632037d74b19
Octal20711621266206732711331
Binary1000011100111100101010110110010011011111010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103972; }

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

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

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

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

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

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

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

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