#070467

Color #070467 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #070467

Tints of Navy #070467

Color information

#070467 (or 0x070467) is unknown color: approx 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

RGB74103-
CMYK0.930.9600.60
HSL241.82º92.52%20.98%-
HSV(B)241.82º96.12%40.39%-
XYZ2.581.1112.91-
YUV16.18176.99121.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 103 (40.62% from 255) = 90.35%
R=6.14%
G=3.51%
B=90.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal741030.930.9600.60241.8292.5220.98
Hex74675D6003Cf25d15
Octal7414713514007436213525
Binary111100110011110111011100000011110011110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>