#103D70

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

Shades of Dark Cerulean #103D70

Tints of Dark Cerulean #103D70

Color information

#103D70 (or 0x103D70) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3D and 70. RGB value is (16,61,112). Sum of RGB (Red+Green+Blue) = 16+61+112=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #103D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D70 is #EFC28F. Grayscale: #353535. Windows color (decimal): -15712912 or 7355664. OLE color: 7355664.

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

Color convert

RGB1661112-
CMYK0.860.4600.56
HSL211.88º75%25.1%-
HSV(B)211.88º85.71%43.92%-
XYZ4.814.6215.97-
YUV53.36161.09101.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=8.47%
G=32.28%
B=59.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16611120.860.4600.56211.887525.1
Hex103D70562E038d44b19
Octal20751601265607032411331
Binary1000011110111100001010110101110011100011010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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