Html Css Color HEX #001279 Navy

📋 copy color: '#001279'

red 0 ◦ green 18 ◦ blue 121

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

Shades of Navy #001279

Tints of Navy #001279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 87.05%

R = 0%
G = 12.95%
B = 87.05%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001279 (or 0x001279) is known color: Navy. HEX triplet: 00, 12 and 79. RGB value is (0,18,121). Sum of RGB (Red+Green+Blue) = 0+18+121=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 121 (47.66% from 255 or 87.05% from 139); Max value from RGB is 121 - color contains mainly: blue. Hex color #001279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001279 is #FFED86. Grayscale: #171717. Windows color (decimal): -16772487 or 7934464. OLE color: 7934464.

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

Color convert

RGB 0 18 121 -
CMYK 1 0.85 0 0.53
HSL 231.07º 1% 0.24% -
HSV(B) 231.07º 1% 0.47% -
XYZ 3.67 1.81 18.25 -
YUV 24.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 0 18 121 1 0.85 0 0.53 231.07 1 0.24
Hex 0 12 79 64 55 0 35 E7 64 18
Octal 0 22 171 144 125 0 65 347 144 30
Binary 0 10010 1111001 1100100 1010101 0 110101 11100111 1100100 11000

Color Harmonies of #001279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001279

Black with #001279

Text Example


Text Example

White with #001279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001279; }

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

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

background-color css

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

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

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

border-color css

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

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

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