#103B7B

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

Shades of Dark Cerulean #103B7B

Tints of Dark Cerulean #103B7B

Color information

#103B7B (or 0x103B7B) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3B and 7B. RGB value is (16,59,123). Sum of RGB (Red+Green+Blue) = 16+59+123=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #103B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B7B is #EFC484. Grayscale: #353535. Windows color (decimal): -15713413 or 8076048. OLE color: 8076048.

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

Color convert

RGB1659123-
CMYK0.870.5200.52
HSL215.89º76.98%27.25%-
HSV(B)215.89º86.99%48.24%-
XYZ5.354.6719.36-
YUV53.44167.25101.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=8.08%
G=29.80%
B=62.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16591230.870.5200.52215.8976.9827.25
Hex103B7B5734034d84d1b
Octal20731731276406433011533
Binary1000011101111110111010111110100011010011011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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