#030868

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

Shades of Navy #030868

Tints of Navy #030868

Color information

#030868 (or 0x030868) is unknown color: approx Navy. HEX triplet: 03, 08 and 68. RGB value is (3,8,104). Sum of RGB (Red+Green+Blue) = 3+8+104=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 104 (41.02% from 255 or 90.43% from 115); Max value from RGB is 104 - color contains mainly: blue. Hex color #030868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030868 is #FCF797. Grayscale: #111111. Windows color (decimal): -16578456 or 6817795. OLE color: 6817795.

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

Color convert

RGB38104-
CMYK0.970.9200.59
HSL237.03º94.39%20.98%-
HSV(B)237.03º97.12%40.78%-
XYZ2.621.1913.19-
YUV17.45176.84117.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 104 (41.02% from 255) = 90.43%
R=2.61%
G=6.96%
B=90.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal381040.970.9200.59237.0394.3920.98
Hex3868615C03Bed5e15
Octal31015014113407335513625
Binary111000110100011000011011100011101111101101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030868; }

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

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

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

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

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

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

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

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