#103B88

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

Shades of Dark Cerulean #103B88

Tints of Dark Cerulean #103B88

Color information

#103B88 (or 0x103B88) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3B and 88. RGB value is (16,59,136). Sum of RGB (Red+Green+Blue) = 16+59+136=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #103B88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B88 is #EFC477. Grayscale: #363636. Windows color (decimal): -15713400 or 8928016. OLE color: 8928016.

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

Color convert

RGB1659136-
CMYK0.880.5700.47
HSL218.5º78.95%29.8%-
HSV(B)218.5º88.24%53.33%-
XYZ6.225.0223.93-
YUV54.92173.75100.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 136 (53.52% from 255) = 64.45%
R=7.58%
G=27.96%
B=64.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16591360.880.5700.47218.578.9529.8
Hex103B88583902Fda4f1e
Octal20732101307105733211736
Binary10000111011100010001011000111001010111111011010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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