#030375

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

Shades of Navy #030375

Tints of Navy #030375

Color information

#030375 (or 0x030375) is unknown color: approx Navy. HEX triplet: 03, 03 and 75. RGB value is (3,3,117). Sum of RGB (Red+Green+Blue) = 3+3+117=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 117 (46.09% from 255 or 95.12% from 123); Max value from RGB is 117 - color contains mainly: blue. Hex color #030375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030375 is #FCFC8A. Grayscale: #0F0F0F. Windows color (decimal): -16579723 or 7668483. OLE color: 7668483.

HSL color Cylindrical-coordinate representation of color #030375: hue angle of 240º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030375 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33117-
CMYK0.970.9700.54
HSL240º95%23.53%-
HSV(B)240º97.44%45.88%-
XYZ3.281.3716.92-
YUV16185118.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 117 (46.09% from 255) = 95.12%
R=2.44%
G=2.44%
B=95.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331170.970.9700.542409523.53
Hex33756161036f05f18
Octal3316514114106636013730
Binary1111111010111000011100001011011011110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030375; }

 p { color: rgb(3,3,117); }

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

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

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

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

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

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

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