#03006A

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

Shades of Navy #03006A

Tints of Navy #03006A

Color information

#03006A (or 0x03006A) is unknown color: approx Navy. HEX triplet: 03, 00 and 6A. RGB value is (3,0,106). Sum of RGB (Red+Green+Blue) = 3+0+106=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 106 (41.80% from 255 or 97.25% from 109); Max value from RGB is 106 - color contains mainly: blue. Hex color #03006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03006A is #FCFF95. Grayscale: #0C0C0C. Windows color (decimal): -16580502 or 6946819. OLE color: 6946819.

HSL color Cylindrical-coordinate representation of color #03006A: hue angle of 241.7º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03006A is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB30106-
CMYK0.97100.58
HSL241.7º100%20.78%-
HSV(B)241.7º100%41.57%-
XYZ2.641.0613.7-
YUV12.98180.49120.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 97.25%
R=2.75%
G=0%
B=97.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal301060.97100.58241.710020.78
Hex306A616403Af26415
Octal3015214114407236214425
Binary110110101011000011100100011101011110010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,0,106); }

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

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

 a { background-color: rgb(3,0,106); }

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

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

 span { border-color: rgb(3,0,106); }

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