#070267

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

Shades of Navy #070267

Tints of Navy #070267

Color information

#070267 (or 0x070267) is unknown color: approx Navy. HEX triplet: 07, 02 and 67. RGB value is (7,2,103). Sum of RGB (Red+Green+Blue) = 7+2+103=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 103 (40.62% from 255 or 91.96% from 112); Max value from RGB is 103 - color contains mainly: blue. Hex color #070267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070267 is #F8FD98. Grayscale: #0E0E0E. Windows color (decimal): -16317849 or 6750727. OLE color: 6750727.

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

Color convert

RGB72103-
CMYK0.930.9800.60
HSL242.97º96.19%20.59%-
HSV(B)242.97º98.06%40.39%-
XYZ2.561.0712.9-
YUV15.01177.66122.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 103 (40.62% from 255) = 91.96%
R=6.25%
G=1.79%
B=91.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal721030.930.9800.60242.9796.1920.59
Hex72675D6203Cf36015
Octal7214713514207436314025
Binary11110110011110111011100010011110011110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070267; }

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

 H1.HeaderClassName
 {
   color: #070267;
 }
 .AnyTagClassName
 {
   color: #070267;
 }
</style>
background-color css

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

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

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

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

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

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