Html Css Color HEX #071281 Navy

📋 copy color: '#071281'

red 7 ◦ green 18 ◦ blue 129

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

Shades of Navy #071281

Tints of Navy #071281

RGB

 RED value IS 7 (3.13% from 255) = 4.55%

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

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

R = 4.55%
G = 11.69%
B = 83.77%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#071281 (or 0x071281) is known color: Navy. HEX triplet: 07, 12 and 81. RGB value is (7,18,129). Sum of RGB (Red+Green+Blue) = 7+18+129=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 129 (50.78% from 255 or 83.77% from 154); Max value from RGB is 129 - color contains mainly: blue. Hex color #071281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071281 is #F8ED7E. Grayscale: #1A1A1A. Windows color (decimal): -16313727 or 8458759. OLE color: 8458759.

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

Color convert

RGB 7 18 129 -
CMYK 0.95 0.86 0 0.49
HSL 234.59º 0.9% 0.27% -
HSV(B) 234.59º 0.95% 0.51% -
XYZ 4.27 2.06 20.94 -
YUV 27.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 7 18 129 0.95 0.86 0 0.49 234.59 0.9 0.27
Hex 7 12 81 5F 56 0 31 EB 5A 1B
Octal 7 22 201 137 126 0 61 353 132 33
Binary 111 10010 10000001 1011111 1010110 0 110001 11101011 1011010 11011

Color Harmonies of #071281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071281

Black with #071281

Text Example


Text Example

White with #071281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071281; }

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

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

background-color css

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

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

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

border-color css

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

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

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