#103E77

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

Shades of Dark Cerulean #103E77

Tints of Dark Cerulean #103E77

Color information

#103E77 (or 0x103E77) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3E and 77. RGB value is (16,62,119). Sum of RGB (Red+Green+Blue) = 16+62+119=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #103E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E77 is #EFC188. Grayscale: #363636. Windows color (decimal): -15712649 or 7814672. OLE color: 7814672.

HSL color Cylindrical-coordinate representation of color #103E77: hue angle of 213.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103E77 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1662119-
CMYK0.870.4800.53
HSL213.2º76.3%26.47%-
HSV(B)213.2º86.55%46.67%-
XYZ5.274.8918.12-
YUV54.74164.26100.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.12%
GREEN value IS 62 (24.61% from 255) = 31.47%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=8.12%
G=31.47%
B=60.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16621190.870.4800.53213.276.326.47
Hex103E775730035d54c1a
Octal20761671276006532511432
Binary1000011111011101111010111110000011010111010101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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