Html Css Color HEX #001390 Dark Blue

📋 copy color: '#001390'

red 0 ◦ green 19 ◦ blue 144

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

Shades of Dark Blue #001390

Tints of Dark Blue #001390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 88.34%

R = 0%
G = 11.66%
B = 88.34%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#001390 (or 0x001390) is known color: Dark Blue. HEX triplet: 00, 13 and 90. RGB value is (0,19,144). Sum of RGB (Red+Green+Blue) = 0+19+144=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 144 (56.64% from 255 or 88.34% from 163); Max value from RGB is 144 - color contains mainly: blue. Hex color #001390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001390 is #FFEC6F. Grayscale: #1B1B1B. Windows color (decimal): -16772208 or 9442048. OLE color: 9442048.

HSL color Cylindrical-coordinate representation of color #001390: hue angle of 232.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001390 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 19 144 -
CMYK 1 0.87 0 0.44
HSL 232.08º 1% 0.28% -
HSV(B) 232.08º 1% 0.56% -
XYZ 5.27 2.48 26.59 -
YUV 27.57 193.71 108.34 -
System Red Green Blue C M Y K H S L
Decimal 0 19 144 1 0.87 0 0.44 232.08 1 0.28
Hex 0 13 90 64 57 0 2C E8 64 1C
Octal 0 23 220 144 127 0 54 350 144 34
Binary 0 10011 10010000 1100100 1010111 0 101100 11101000 1100100 11100

Color Harmonies of #001390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001390

Black with #001390

Text Example


Text Example

White with #001390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001390; }

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

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

background-color css

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

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

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

border-color css

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

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

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