Html Css Color HEX #070467 Navy

📋 copy color: '#070467'

red 7 ◦ green 4 ◦ blue 103

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

Shades of Navy #070467

Tints of Navy #070467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

 BLUE value IS 103 (40.63% from 255) = 90.35%

R = 6.14%
G = 3.51%
B = 90.35%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#070467 (or 0x070467) is known color: Navy. HEX triplet: 07, 04 and 67. RGB value is (7,4,103). Sum of RGB (Red+Green+Blue) = 7+4+103=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 103 (40.62% from 255 or 90.35% from 114); Max value from RGB is 103 - color contains mainly: blue. Hex color #070467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070467 is #F8FB98. Grayscale: #0F0F0F. Windows color (decimal): -16317337 or 6751239. OLE color: 6751239.

HSL color Cylindrical-coordinate representation of color #070467: hue angle of 241.82º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070467 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 4 103 -
CMYK 0.93 0.96 0 0.60
HSL 241.82º 0.93% 0.21% -
HSV(B) 241.82º 0.96% 0.4% -
XYZ 2.58 1.11 12.91 -
YUV 16.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 7 4 103 0.93 0.96 0 0.60 241.82 0.93 0.21
Hex 7 4 67 5D 60 0 3C F2 5D 15
Octal 7 4 147 135 140 0 74 362 135 25
Binary 111 100 1100111 1011101 1100000 0 111100 11110010 1011101 10101

Color Harmonies of #070467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070467

Black with #070467

Text Example


Text Example

White with #070467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070467; }

 p { color: rgb(7,4,103); }

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

background-color css

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

 a { background-color: rgb(7,4,103); }

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

border-color css

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

 span { border-color: rgb(7,4,103); }

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