#030681

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

Shades of Navy #030681

Tints of Navy #030681

Color information

#030681 (or 0x030681) is unknown color: approx Navy. HEX triplet: 03, 06 and 81. RGB value is (3,6,129). Sum of RGB (Red+Green+Blue) = 3+6+129=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 129 (50.78% from 255 or 93.48% from 138); Max value from RGB is 129 - color contains mainly: blue. Hex color #030681 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030681 is #FCF97E. Grayscale: #121212. Windows color (decimal): -16578943 or 8455683. OLE color: 8455683.

HSL color Cylindrical-coordinate representation of color #030681: hue angle of 238.57º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030681 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB36129-
CMYK0.980.9500.49
HSL238.57º95.45%25.88%-
HSV(B)238.57º97.67%50.59%-
XYZ4.071.7320.89-
YUV19.12190.01116.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 129 (50.78% from 255) = 93.48%
R=2.17%
G=4.35%
B=93.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361290.980.9500.49238.5795.4525.88
Hex3681625F031ef5f1a
Octal3620114213706135713732
Binary111101000000111000101011111011000111101111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030681; }

 p { color: rgb(3,6,129); }

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

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

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

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

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

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

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