#03168B

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

Shades of Dark Blue #03168B

Tints of Dark Blue #03168B

Color information

#03168B (or 0x03168B) is unknown color: approx Dark Blue. HEX triplet: 03, 16 and 8B. RGB value is (3,22,139). Sum of RGB (Red+Green+Blue) = 3+22+139=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #03168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03168B is #FCE974. Grayscale: #1D1D1D. Windows color (decimal): -16574837 or 9115139. OLE color: 9115139.

HSL color Cylindrical-coordinate representation of color #03168B: hue angle of 231.62º 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 #03168B is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB322139-
CMYK0.980.8400.45
HSL231.62º95.77%27.84%-
HSV(B)231.62º97.84%54.51%-
XYZ4.982.4624.64-
YUV29.66189.71108.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 139 (54.69% from 255) = 84.76%
R=1.83%
G=13.41%
B=84.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3221390.980.8400.45231.6295.7727.84
Hex3168B625402De8601c
Octal32621314212405535014034
Binary11101101000101111000101010100010110111101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03168B; }

 p { color: rgb(3,22,139); }

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

<style>
 a { background-color: #03168B; }

 a { background-color: rgb(3,22,139); }

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

<style>
 span { border-color: #03168B; }

 span { border-color: rgb(3,22,139); }

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