#03067A

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

Shades of Navy #03067A

Tints of Navy #03067A

Color information

#03067A (or 0x03067A) is unknown color: approx Navy. HEX triplet: 03, 06 and 7A. RGB value is (3,6,122). Sum of RGB (Red+Green+Blue) = 3+6+122=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 122 (48.05% from 255 or 93.13% from 131); Max value from RGB is 122 - color contains mainly: blue. Hex color #03067A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03067A is #FCF985. Grayscale: #111111. Windows color (decimal): -16578950 or 7996931. OLE color: 7996931.

HSL color Cylindrical-coordinate representation of color #03067A: hue angle of 238.49º degrees, saturation: 0.95, 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 #03067A is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB36122-
CMYK0.980.9500.52
HSL238.49º95.2%24.51%-
HSV(B)238.49º97.54%47.84%-
XYZ3.621.5518.52-
YUV18.33186.51117.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 122 (48.05% from 255) = 93.13%
R=2.29%
G=4.58%
B=93.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361220.980.9500.52238.4995.224.51
Hex367A625F034ee5f19
Octal3617214213706435613731
Binary11110111101011000101011111011010011101110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03067A; }

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

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

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

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

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

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

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

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