Html Css Color HEX #001380 Navy

📋 copy color: '#001380'

red 0 ◦ green 19 ◦ blue 128

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

Shades of Navy #001380

Tints of Navy #001380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 87.07%

R = 0%
G = 12.93%
B = 87.07%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#001380 (or 0x001380) is known color: Navy. HEX triplet: 00, 13 and 80. RGB value is (0,19,128). Sum of RGB (Red+Green+Blue) = 0+19+128=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 128 (50.39% from 255 or 87.07% from 147); Max value from RGB is 128 - color contains mainly: blue. Hex color #001380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001380 is #FFEC7F. Grayscale: #191919. Windows color (decimal): -16772224 or 8393472. OLE color: 8393472.

HSL color Cylindrical-coordinate representation of color #001380: hue angle of 231.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001380 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 19 128 -
CMYK 1 0.85 0 0.50
HSL 231.09º 1% 0.25% -
HSV(B) 231.09º 1% 0.5% -
XYZ 4.13 2.02 20.6 -
YUV 25.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 0 19 128 1 0.85 0 0.50 231.09 1 0.25
Hex 0 13 80 64 55 0 32 E7 64 19
Octal 0 23 200 144 125 0 62 347 144 31
Binary 0 10011 10000000 1100100 1010101 0 110010 11100111 1100100 11001

Color Harmonies of #001380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001380

Black with #001380

Text Example


Text Example

White with #001380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001380; }

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

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

background-color css

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

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

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

border-color css

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

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

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