#03057A

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

Shades of Navy #03057A

Tints of Navy #03057A

Color information

#03057A (or 0x03057A) is unknown color: approx Navy. HEX triplet: 03, 05 and 7A. RGB value is (3,5,122). Sum of RGB (Red+Green+Blue) = 3+5+122=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 122 (48.05% from 255 or 93.85% from 130); Max value from RGB is 122 - color contains mainly: blue. Hex color #03057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03057A is #FCFA85. Grayscale: #111111. Windows color (decimal): -16579206 or 7996675. OLE color: 7996675.

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

Color convert

RGB35122-
CMYK0.980.9600.52
HSL238.99º95.2%24.51%-
HSV(B)238.99º97.54%47.84%-
XYZ3.61.5318.52-
YUV17.74186.84117.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 122 (48.05% from 255) = 93.85%
R=2.31%
G=3.85%
B=93.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal351220.980.9600.52238.9995.224.51
Hex357A6260034ef5f19
Octal3517214214006435713731
Binary11101111101011000101100000011010011101111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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