#103E7B

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

Shades of Dark Cerulean #103E7B

Tints of Dark Cerulean #103E7B

Color information

#103E7B (or 0x103E7B) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3E and 7B. RGB value is (16,62,123). Sum of RGB (Red+Green+Blue) = 16+62+123=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #103E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E7B is #EFC184. Grayscale: #363636. Windows color (decimal): -15712645 or 8076816. OLE color: 8076816.

HSL color Cylindrical-coordinate representation of color #103E7B: hue angle of 214.21º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103E7B is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1662123-
CMYK0.870.5000.52
HSL214.21º76.98%27.25%-
HSV(B)214.21º86.99%48.24%-
XYZ5.514.9919.41-
YUV55.2166.26100.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.96%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=7.96%
G=30.85%
B=61.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16621230.870.5000.52214.2176.9827.25
Hex103E7B5732034d64d1b
Octal20761731276206432611533
Binary1000011111011110111010111110010011010011010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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