Html Css Color HEX #001384 Navy

📋 copy color: '#001384'

red 0 ◦ green 19 ◦ blue 132

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

Shades of Navy #001384

Tints of Navy #001384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 87.42%

R = 0%
G = 12.58%
B = 87.42%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001384 (or 0x001384) is known color: Navy. HEX triplet: 00, 13 and 84. RGB value is (0,19,132). Sum of RGB (Red+Green+Blue) = 0+19+132=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #001384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001384 is #FFEC7B. Grayscale: #191919. Windows color (decimal): -16772220 or 8655616. OLE color: 8655616.

HSL color Cylindrical-coordinate representation of color #001384: hue angle of 231.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001384 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 19 132 -
CMYK 1 0.86 0 0.48
HSL 231.36º 1% 0.26% -
HSV(B) 231.36º 1% 0.52% -
XYZ 4.4 2.13 22.01 -
YUV 26.2 187.71 109.31 -
System Red Green Blue C M Y K H S L
Decimal 0 19 132 1 0.86 0 0.48 231.36 1 0.26
Hex 0 13 84 64 56 0 30 E7 64 1A
Octal 0 23 204 144 126 0 60 347 144 32
Binary 0 10011 10000100 1100100 1010110 0 110000 11100111 1100100 11010

Color Harmonies of #001384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001384

Black with #001384

Text Example


Text Example

White with #001384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001384; }

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

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

background-color css

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

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

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

border-color css

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

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

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