#103E6E

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

Shades of Dark Cerulean #103E6E

Tints of Dark Cerulean #103E6E

Color information

#103E6E (or 0x103E6E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3E and 6E. RGB value is (16,62,110). Sum of RGB (Red+Green+Blue) = 16+62+110=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #103E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E6E is #EFC191. Grayscale: #353535. Windows color (decimal): -15712658 or 7224848. OLE color: 7224848.

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

Color convert

RGB1662110-
CMYK0.850.4400.57
HSL210.64º74.6%24.71%-
HSV(B)210.64º85.45%43.14%-
XYZ4.754.6815.41-
YUV53.72159.76101.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 110 (43.36% from 255) = 58.51%
R=8.51%
G=32.98%
B=58.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16621100.850.4400.57210.6474.624.71
Hex103E6E552C039d34b19
Octal20761561255407132311331
Binary1000011111011011101010101101100011100111010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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