Html Css Color HEX #071284 Navy

📋 copy color: '#071284'

red 7 ◦ green 18 ◦ blue 132

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

Shades of Navy #071284

Tints of Navy #071284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 84.08%

R = 4.46%
G = 11.46%
B = 84.08%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#071284 (or 0x071284) is known color: Navy. HEX triplet: 07, 12 and 84. RGB value is (7,18,132). Sum of RGB (Red+Green+Blue) = 7+18+132=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #071284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071284 is #F8ED7B. Grayscale: #1B1B1B. Windows color (decimal): -16313724 or 8655367. OLE color: 8655367.

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

Color convert

RGB 7 18 132 -
CMYK 0.95 0.86 0 0.48
HSL 234.72º 0.9% 0.27% -
HSV(B) 234.72º 0.95% 0.52% -
XYZ 4.47 2.14 22.01 -
YUV 27.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 7 18 132 0.95 0.86 0 0.48 234.72 0.9 0.27
Hex 7 12 84 5F 56 0 30 EB 5A 1B
Octal 7 22 204 137 126 0 60 353 132 33
Binary 111 10010 10000100 1011111 1010110 0 110000 11101011 1011010 11011

Color Harmonies of #071284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071284

Black with #071284

Text Example


Text Example

White with #071284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071284; }

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

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

background-color css

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

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

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

border-color css

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

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

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