Html Css Color HEX #001282 Navy

📋 copy color: '#001282'

red 0 ◦ green 18 ◦ blue 130

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

Shades of Navy #001282

Tints of Navy #001282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 87.84%

R = 0%
G = 12.16%
B = 87.84%

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

#001282 (or 0x001282) is known color: Navy. HEX triplet: 00, 12 and 82. RGB value is (0,18,130). Sum of RGB (Red+Green+Blue) = 0+18+130=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 130 (51.17% from 255 or 87.84% from 148); Max value from RGB is 130 - color contains mainly: blue. Hex color #001282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001282 is #FFED7D. Grayscale: #181818. Windows color (decimal): -16772478 or 8524288. OLE color: 8524288.

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

Color convert

RGB 0 18 130 -
CMYK 1 0.86 0 0.49
HSL 231.69º 1% 0.25% -
HSV(B) 231.69º 1% 0.51% -
XYZ 4.25 2.04 21.29 -
YUV 25.39 187.04 109.89 -
System Red Green Blue C M Y K H S L
Decimal 0 18 130 1 0.86 0 0.49 231.69 1 0.25
Hex 0 12 82 64 56 0 31 E8 64 19
Octal 0 22 202 144 126 0 61 350 144 31
Binary 0 10010 10000010 1100100 1010110 0 110001 11101000 1100100 11001

Color Harmonies of #001282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001282

Black with #001282

Text Example


Text Example

White with #001282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001282; }

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

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

background-color css

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

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

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

border-color css

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

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

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