#103B8A

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

Shades of Dark Cerulean #103B8A

Tints of Dark Cerulean #103B8A

Color information

#103B8A (or 0x103B8A) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3B and 8A. RGB value is (16,59,138). Sum of RGB (Red+Green+Blue) = 16+59+138=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #103B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103B8A is #EFC475. Grayscale: #363636. Windows color (decimal): -15713398 or 9059088. OLE color: 9059088.

HSL color Cylindrical-coordinate representation of color #103B8A: hue angle of 218.85º 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 #103B8A is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1659138-
CMYK0.880.5700.46
HSL218.85º79.22%30.2%-
HSV(B)218.85º88.41%54.12%-
XYZ6.375.0724.69-
YUV55.15174.75100.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=7.51%
G=27.70%
B=64.79%

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
Decimal16591380.880.5700.46218.8579.2230.2
Hex103B8A583902Edb4f1e
Octal20732121307105633311736
Binary10000111011100010101011000111001010111011011011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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