#03057B

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

Shades of Navy #03057B

Tints of Navy #03057B

Color information

#03057B (or 0x03057B) is unknown color: approx Navy. HEX triplet: 03, 05 and 7B. RGB value is (3,5,123). Sum of RGB (Red+Green+Blue) = 3+5+123=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 123 (48.44% from 255 or 93.89% from 131); Max value from RGB is 123 - color contains mainly: blue. Hex color #03057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03057B is #FCFA84. Grayscale: #111111. Windows color (decimal): -16579205 or 8062211. OLE color: 8062211.

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

Color convert

RGB35123-
CMYK0.980.9600.52
HSL239º95.24%24.71%-
HSV(B)239º97.56%48.24%-
XYZ3.671.5618.85-
YUV17.85187.34117.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 123 (48.44% from 255) = 93.89%
R=2.29%
G=3.82%
B=93.89%

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
Decimal351230.980.9600.5223995.2424.71
Hex357B6260034ef5f19
Octal3517314214006435713731
Binary11101111101111000101100000011010011101111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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