Html Css Color HEX #070C82 Navy

📋 copy color: '#070C82'

red 7 ◦ green 12 ◦ blue 130

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

Shades of Navy #070C82

Tints of Navy #070C82

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.05%

 BLUE value IS 130 (51.17% from 255) = 87.25%

R = 4.7%
G = 8.05%
B = 87.25%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#070C82 (or 0x070C82) is known color: Navy. HEX triplet: 07, 0C and 82. RGB value is (7,12,130). Sum of RGB (Red+Green+Blue) = 7+12+130=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 130 (51.17% from 255 or 87.25% from 149); Max value from RGB is 130 - color contains mainly: blue. Hex color #070C82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070C82 is #F8F37D. Grayscale: #171717. Windows color (decimal): -16315262 or 8522759. OLE color: 8522759.

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

Color convert

RGB 7 12 130 -
CMYK 0.95 0.91 0 0.49
HSL 237.56º 0.9% 0.27% -
HSV(B) 237.56º 0.95% 0.51% -
XYZ 4.25 1.92 21.27 -
YUV 23.96 187.84 115.91 -
System Red Green Blue C M Y K H S L
Decimal 7 12 130 0.95 0.91 0 0.49 237.56 0.9 0.27
Hex 7 C 82 5F 5B 0 31 EE 5A 1B
Octal 7 14 202 137 133 0 61 356 132 33
Binary 111 1100 10000010 1011111 1011011 0 110001 11101110 1011010 11011

Color Harmonies of #070C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C82

Black with #070C82

Text Example


Text Example

White with #070C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070C82; }

 p { color: rgb(7,12,130); }

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

background-color css

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

 a { background-color: rgb(7,12,130); }

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

border-color css

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

 span { border-color: rgb(7,12,130); }

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