#103E70

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

Shades of Dark Cerulean #103E70

Tints of Dark Cerulean #103E70

Color information

#103E70 (or 0x103E70) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3E and 70. RGB value is (16,62,112). Sum of RGB (Red+Green+Blue) = 16+62+112=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #103E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E70 is #EFC18F. Grayscale: #353535. Windows color (decimal): -15712656 or 7355920. OLE color: 7355920.

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

Color convert

RGB1662112-
CMYK0.860.4500.56
HSL211.25º75%25.1%-
HSV(B)211.25º85.71%43.92%-
XYZ4.864.7315.99-
YUV53.95160.76100.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=8.42%
G=32.63%
B=58.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16621120.860.4500.56211.257525.1
Hex103E70562D038d34b19
Octal20761601265507032311331
Binary1000011111011100001010110101101011100011010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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