#103B7D

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

Shades of Dark Cerulean #103B7D

Tints of Dark Cerulean #103B7D

Color information

#103B7D (or 0x103B7D) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3B and 7D. RGB value is (16,59,125). Sum of RGB (Red+Green+Blue) = 16+59+125=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #103B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B7D is #EFC482. Grayscale: #353535. Windows color (decimal): -15713411 or 8207120. OLE color: 8207120.

HSL color Cylindrical-coordinate representation of color #103B7D: hue angle of 216.33º 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 #103B7D is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1659125-
CMYK0.870.5300.51
HSL216.33º77.3%27.65%-
HSV(B)216.33º87.2%49.02%-
XYZ5.484.7220.02-
YUV53.67168.25101.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 59 (23.44% from 255) = 29.5%
BLUE value IS 125 (49.22% from 255) = 62.5%
R=8%
G=29.5%
B=62.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16591250.870.5300.51216.3377.327.65
Hex103B7D5735033d84d1c
Octal20731751276506333011534
Binary1000011101111111011010111110101011001111011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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