Html Css Color HEX #001393 Dark Blue

📋 copy color: '#001393'

red 0 ◦ green 19 ◦ blue 147

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

Shades of Dark Blue #001393

Tints of Dark Blue #001393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

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

R = 0%
G = 11.45%
B = 88.55%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001393 (or 0x001393) is known color: Dark Blue. HEX triplet: 00, 13 and 93. RGB value is (0,19,147). Sum of RGB (Red+Green+Blue) = 0+19+147=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #001393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001393 is #FFEC6C. Grayscale: #1B1B1B. Windows color (decimal): -16772205 or 9638656. OLE color: 9638656.

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

Color convert

RGB 0 19 147 -
CMYK 1 0.87 0 0.42
HSL 232.24º 1% 0.29% -
HSV(B) 232.24º 1% 0.58% -
XYZ 5.5 2.57 27.81 -
YUV 27.91 195.21 108.09 -
System Red Green Blue C M Y K H S L
Decimal 0 19 147 1 0.87 0 0.42 232.24 1 0.29
Hex 0 13 93 64 57 0 2A E8 64 1D
Octal 0 23 223 144 127 0 52 350 144 35
Binary 0 10011 10010011 1100100 1010111 0 101010 11101000 1100100 11101

Color Harmonies of #001393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001393

Black with #001393

Text Example


Text Example

White with #001393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001393; }

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

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

background-color css

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

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

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

border-color css

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

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

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