#03108C

Color #03108C Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #03108C

Tints of Dark Blue #03108C

Color information

#03108C (or 0x03108C) is unknown color: approx Dark Blue. HEX triplet: 03, 10 and 8C. RGB value is (3,16,140). Sum of RGB (Red+Green+Blue) = 3+16+140=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #03108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03108C is #FCEF73. Grayscale: #191919. Windows color (decimal): -16576372 or 9179139. OLE color: 9179139.

HSL color Cylindrical-coordinate representation of color #03108C: hue angle of 234.31º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03108C is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB316140-
CMYK0.980.8900.45
HSL234.31º95.8%28.04%-
HSV(B)234.31º97.86%54.9%-
XYZ4.962.2824.99-
YUV26.25192.19111.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 140 (55.08% from 255) = 88.05%
R=1.89%
G=10.06%
B=88.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3161400.980.8900.45234.3195.828.04
Hex3108C625902Dea601c
Octal32021414213105535214034
Binary11100001000110011000101011001010110111101010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03108C; }

 p { color: rgb(3,16,140); }

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

<style>
 a { background-color: #03108C; }

 a { background-color: rgb(3,16,140); }

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

<style>
 span { border-color: #03108C; }

 span { border-color: rgb(3,16,140); }

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