#030765

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

Shades of Navy #030765

Tints of Navy #030765

Color information

#030765 (or 0x030765) is unknown color: approx Navy. HEX triplet: 03, 07 and 65. RGB value is (3,7,101). Sum of RGB (Red+Green+Blue) = 3+7+101=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #030765 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030765 is #FCF89A. Grayscale: #101010. Windows color (decimal): -16578715 or 6620931. OLE color: 6620931.

HSL color Cylindrical-coordinate representation of color #030765: hue angle of 237.55º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030765 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB37101-
CMYK0.970.9300.60
HSL237.55º94.23%20.39%-
HSV(B)237.55º97.03%39.61%-
XYZ2.461.1112.4-
YUV16.52175.67118.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 101 (39.84% from 255) = 90.99%
R=2.70%
G=6.31%
B=90.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal371010.970.9300.60237.5594.2320.39
Hex3765615D03Cee5e14
Octal3714514113507435613624
Binary11111110010111000011011101011110011101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030765; }

 p { color: rgb(3,7,101); }

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

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

 a { background-color: rgb(3,7,101); }

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

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

 span { border-color: rgb(3,7,101); }

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