#030268

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

Shades of Navy #030268

Tints of Navy #030268

Color information

#030268 (or 0x030268) is unknown color: approx Navy. HEX triplet: 03, 02 and 68. RGB value is (3,2,104). Sum of RGB (Red+Green+Blue) = 3+2+104=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 104 (41.02% from 255 or 95.41% from 109); Max value from RGB is 104 - color contains mainly: blue. Hex color #030268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030268 is #FCFD97. Grayscale: #0D0D0D. Windows color (decimal): -16579992 or 6816259. OLE color: 6816259.

HSL color Cylindrical-coordinate representation of color #030268: hue angle of 240.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030268 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB32104-
CMYK0.970.9800.59
HSL240.59º96.23%20.78%-
HSV(B)240.59º98.08%40.78%-
XYZ2.561.0613.17-
YUV13.93178.83120.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 104 (41.02% from 255) = 95.41%
R=2.75%
G=1.83%
B=95.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal321040.970.9800.59240.5996.2320.78
Hex3268616203Bf16015
Octal3215014114207336114025
Binary1110110100011000011100010011101111110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030268; }

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

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

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

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

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

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

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

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