#001693

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

Shades of Dark Blue #001693

Tints of Dark Blue #001693

Color information

#001693 (or 0x001693) is unknown color: approx Dark Blue. HEX triplet: 00, 16 and 93. RGB value is (0,22,147). Sum of RGB (Red+Green+Blue) = 0+22+147=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 147 (57.81% from 255 or 86.98% from 169); Max value from RGB is 147 - color contains mainly: blue. Hex color #001693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001693 is #FFE96C. Grayscale: #1D1D1D. Windows color (decimal): -16771437 or 9639424. OLE color: 9639424.

HSL color Cylindrical-coordinate representation of color #001693: hue angle of 231.02º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001693 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB022147-
CMYK10.8500.42
HSL231.02º100%28.82%-
HSV(B)231.02º100%57.65%-
XYZ5.552.6827.83-
YUV29.67194.21106.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 147 (57.81% from 255) = 86.98%
R=0%
G=13.02%
B=86.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal02214710.8500.42231.0210028.82
Hex01693645502Ae7641d
Octal02622314412505234714435
Binary0101101001001111001001010101010101011100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001693; }

 p { color: rgb(0,22,147); }

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

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

 a { background-color: rgb(0,22,147); }

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

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

 span { border-color: rgb(0,22,147); }

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