#001493

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

Shades of Dark Blue #001493

Tints of Dark Blue #001493

Color information

#001493 (or 0x001493) is unknown color: approx Dark Blue. HEX triplet: 00, 14 and 93. RGB value is (0,20,147). Sum of RGB (Red+Green+Blue) = 0+20+147=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #001493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001493 is #FFEB6C. Grayscale: #1B1B1B. Windows color (decimal): -16771949 or 9638912. OLE color: 9638912.

HSL color Cylindrical-coordinate representation of color #001493: hue angle of 231.84º 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 #001493 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB020147-
CMYK10.8600.42
HSL231.84º100%28.82%-
HSV(B)231.84º100%57.65%-
XYZ5.522.6127.82-
YUV28.5194.87107.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 147 (57.81% from 255) = 88.02%
R=0%
G=11.98%
B=88.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal02014710.8600.42231.8410028.82
Hex01493645602Ae8641d
Octal02422314412605235014435
Binary0101001001001111001001010110010101011101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001493; }

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

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

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

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

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

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

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

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