Html Css Color HEX #001593 Dark Blue

📋 copy color: '#001593'

red 0 ◦ green 21 ◦ blue 147

#001593
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #001593

Tints of Dark Blue #001593

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 21 (8.59% from 255) = 12.5%

 BLUE value IS 147 (57.81% from 255) = 87.5%

R = 0%
G = 12.5%
B = 87.5%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001593 (or 0x001593) is known color: Dark Blue. HEX triplet: 00, 15 and 93. RGB value is (0,21,147). Sum of RGB (Red+Green+Blue) = 0+21+147=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #001593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001593 is #FFEA6C. Grayscale: #1C1C1C. Windows color (decimal): -16771693 or 9639168. OLE color: 9639168.

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

Color convert

RGB 0 21 147 -
CMYK 1 0.86 0 0.42
HSL 231.43º 1% 0.29% -
HSV(B) 231.43º 1% 0.58% -
XYZ 5.53 2.64 27.82 -
YUV 29.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 0 21 147 1 0.86 0 0.42 231.43 1 0.29
Hex 0 15 93 64 56 0 2A E7 64 1D
Octal 0 25 223 144 126 0 52 347 144 35
Binary 0 10101 10010011 1100100 1010110 0 101010 11100111 1100100 11101

Color Harmonies of #001593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001593

Black with #001593

Text Example


Text Example

White with #001593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001593; }

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

 H1.HeaderClassName
 {
   color: #001593;
 }
 .AnyTagClassName
 {
   color: #001593;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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