#030672

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

Shades of Navy #030672

Tints of Navy #030672

Color information

#030672 (or 0x030672) is unknown color: approx Navy. HEX triplet: 03, 06 and 72. RGB value is (3,6,114). Sum of RGB (Red+Green+Blue) = 3+6+114=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 114 (44.92% from 255 or 92.68% from 123); Max value from RGB is 114 - color contains mainly: blue. Hex color #030672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030672 is #FCF98D. Grayscale: #101010. Windows color (decimal): -16578958 or 7472643. OLE color: 7472643.

HSL color Cylindrical-coordinate representation of color #030672: hue angle of 238.38º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030672 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB36114-
CMYK0.970.9500.55
HSL238.38º94.87%22.94%-
HSV(B)238.38º97.37%44.71%-
XYZ3.141.3616.02-
YUV17.42182.51117.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 114 (44.92% from 255) = 92.68%
R=2.44%
G=4.88%
B=92.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal361140.970.9500.55238.3894.8722.94
Hex3672615F037ee5f17
Octal3616214113706735613727
Binary11110111001011000011011111011011111101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030672; }

 p { color: rgb(3,6,114); }

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

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

 a { background-color: rgb(3,6,114); }

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

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

 span { border-color: rgb(3,6,114); }

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