Html Css Color HEX #071283 Navy

📋 copy color: '#071283'

red 7 ◦ green 18 ◦ blue 131

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

Shades of Navy #071283

Tints of Navy #071283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 83.97%

R = 4.49%
G = 11.54%
B = 83.97%

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

#071283 (or 0x071283) is known color: Navy. HEX triplet: 07, 12 and 83. RGB value is (7,18,131). Sum of RGB (Red+Green+Blue) = 7+18+131=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #071283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071283 is #F8ED7C. Grayscale: #1B1B1B. Windows color (decimal): -16313725 or 8589831. OLE color: 8589831.

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

Color convert

RGB 7 18 131 -
CMYK 0.95 0.86 0 0.49
HSL 234.68º 0.9% 0.27% -
HSV(B) 234.68º 0.95% 0.51% -
XYZ 4.4 2.12 21.65 -
YUV 27.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 7 18 131 0.95 0.86 0 0.49 234.68 0.9 0.27
Hex 7 12 83 5F 56 0 31 EB 5A 1B
Octal 7 22 203 137 126 0 61 353 132 33
Binary 111 10010 10000011 1011111 1010110 0 110001 11101011 1011010 11011

Color Harmonies of #071283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071283

Black with #071283

Text Example


Text Example

White with #071283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071283; }

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

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

background-color css

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

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

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

border-color css

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

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

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