#103A7D

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

Shades of Dark Cerulean #103A7D

Tints of Dark Cerulean #103A7D

Color information

#103A7D (or 0x103A7D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3A and 7D. RGB value is (16,58,125). Sum of RGB (Red+Green+Blue) = 16+58+125=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #103A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A7D is #EFC582. Grayscale: #343434. Windows color (decimal): -15713667 or 8206864. OLE color: 8206864.

HSL color Cylindrical-coordinate representation of color #103A7D: hue angle of 216.88º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103A7D is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1658125-
CMYK0.870.5400.51
HSL216.88º77.3%27.65%-
HSV(B)216.88º87.2%49.02%-
XYZ5.434.6220.01-
YUV53.08168.59101.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 125 (49.22% from 255) = 62.81%
R=8.04%
G=29.15%
B=62.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16581250.870.5400.51216.8877.327.65
Hex103A7D5736033d94d1c
Octal20721751276606333111534
Binary1000011101011111011010111110110011001111011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,58,125); }

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

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

 a { background-color: rgb(16,58,125); }

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

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

 span { border-color: rgb(16,58,125); }

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