#07027B

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

Shades of Navy #07027B

Tints of Navy #07027B

Color information

#07027B (or 0x07027B) is unknown color: approx Navy. HEX triplet: 07, 02 and 7B. RGB value is (7,2,123). Sum of RGB (Red+Green+Blue) = 7+2+123=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 123 (48.44% from 255 or 93.18% from 132); Max value from RGB is 123 - color contains mainly: blue. Hex color #07027B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07027B is #F8FD84. Grayscale: #101010. Windows color (decimal): -16317829 or 8061447. OLE color: 8061447.

HSL color Cylindrical-coordinate representation of color #07027B: hue angle of 242.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07027B is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB72123-
CMYK0.940.9800.52
HSL242.48º96.8%24.51%-
HSV(B)242.48º98.37%48.24%-
XYZ3.681.5218.84-
YUV17.29187.66120.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 123 (48.44% from 255) = 93.18%
R=5.30%
G=1.52%
B=93.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721230.940.9800.52242.4896.824.51
Hex727B5E62034f26119
Octal7217313614206436214131
Binary11110111101110111101100010011010011110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07027B; }

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

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

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

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

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

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

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

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