#103B89

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

Shades of Dark Cerulean #103B89

Tints of Dark Cerulean #103B89

Color information

#103B89 (or 0x103B89) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3B and 89. RGB value is (16,59,137). Sum of RGB (Red+Green+Blue) = 16+59+137=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #103B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B89 is #EFC476. Grayscale: #363636. Windows color (decimal): -15713399 or 8993552. OLE color: 8993552.

HSL color Cylindrical-coordinate representation of color #103B89: hue angle of 218.68º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103B89 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1659137-
CMYK0.880.5700.46
HSL218.68º79.08%30%-
HSV(B)218.68º88.32%53.73%-
XYZ6.295.0424.31-
YUV55.04174.25100.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 137 (53.91% from 255) = 64.62%
R=7.55%
G=27.83%
B=64.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal16591370.880.5700.46218.6879.0830
Hex103B89583902Edb4f1e
Octal20732111307105633311736
Binary10000111011100010011011000111001010111011011011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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