Html Css Color HEX #071384 Navy

📋 copy color: '#071384'

red 7 ◦ green 19 ◦ blue 132

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

Shades of Navy #071384

Tints of Navy #071384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

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

R = 4.43%
G = 12.03%
B = 83.54%

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

#071384 (or 0x071384) is known color: Navy. HEX triplet: 07, 13 and 84. RGB value is (7,19,132). Sum of RGB (Red+Green+Blue) = 7+19+132=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 132 (51.95% from 255 or 83.54% from 158); Max value from RGB is 132 - color contains mainly: blue. Hex color #071384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071384 is #F8EC7B. Grayscale: #1B1B1B. Windows color (decimal): -16313468 or 8655623. OLE color: 8655623.

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

Color convert

RGB 7 19 132 -
CMYK 0.95 0.86 0 0.48
HSL 234.24º 0.9% 0.27% -
HSV(B) 234.24º 0.95% 0.52% -
XYZ 4.49 2.18 22.01 -
YUV 28.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 7 19 132 0.95 0.86 0 0.48 234.24 0.9 0.27
Hex 7 13 84 5F 56 0 30 EA 5A 1B
Octal 7 23 204 137 126 0 60 352 132 33
Binary 111 10011 10000100 1011111 1010110 0 110000 11101010 1011010 11011

Color Harmonies of #071384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071384

Black with #071384

Text Example


Text Example

White with #071384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071384; }

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

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

background-color css

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

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

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

border-color css

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

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

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