#030274

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

Shades of Navy #030274

Tints of Navy #030274

Color information

#030274 (or 0x030274) is unknown color: approx Navy. HEX triplet: 03, 02 and 74. RGB value is (3,2,116). Sum of RGB (Red+Green+Blue) = 3+2+116=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 116 (45.70% from 255 or 95.87% from 121); Max value from RGB is 116 - color contains mainly: blue. Hex color #030274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030274 is #FCFD8B. Grayscale: #0E0E0E. Windows color (decimal): -16579980 or 7602691. OLE color: 7602691.

HSL color Cylindrical-coordinate representation of color #030274: hue angle of 240.53º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030274 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32116-
CMYK0.970.9800.55
HSL240.53º96.61%23.14%-
HSV(B)240.53º98.28%45.49%-
XYZ3.211.3216.61-
YUV15.3184.83119.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 116 (45.70% from 255) = 95.87%
R=2.48%
G=1.65%
B=95.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321160.970.9800.55240.5396.6123.14
Hex32746162037f16117
Octal3216414114206736114127
Binary1110111010011000011100010011011111110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030274; }

 p { color: rgb(3,2,116); }

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

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

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

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

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

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

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