Html Css Color HEX #001281 Navy

📋 copy color: '#001281'

red 0 ◦ green 18 ◦ blue 129

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

Shades of Navy #001281

Tints of Navy #001281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 129 (50.78% from 255) = 87.76%

R = 0%
G = 12.24%
B = 87.76%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001281 (or 0x001281) is known color: Navy. HEX triplet: 00, 12 and 81. RGB value is (0,18,129). Sum of RGB (Red+Green+Blue) = 0+18+129=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 129 (50.78% from 255 or 87.76% from 147); Max value from RGB is 129 - color contains mainly: blue. Hex color #001281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001281 is #FFED7E. Grayscale: #181818. Windows color (decimal): -16772479 or 8458752. OLE color: 8458752.

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

Color convert

RGB 0 18 129 -
CMYK 1 0.86 0 0.49
HSL 231.63º 1% 0.25% -
HSV(B) 231.63º 1% 0.51% -
XYZ 4.18 2.02 20.94 -
YUV 25.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 0 18 129 1 0.86 0 0.49 231.63 1 0.25
Hex 0 12 81 64 56 0 31 E8 64 19
Octal 0 22 201 144 126 0 61 350 144 31
Binary 0 10010 10000001 1100100 1010110 0 110001 11101000 1100100 11001

Color Harmonies of #001281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001281

Black with #001281

Text Example


Text Example

White with #001281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001281; }

 p { color: rgb(0,18,129); }

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

background-color css

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

 a { background-color: rgb(0,18,129); }

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

border-color css

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

 span { border-color: rgb(0,18,129); }

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