#030066

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

Shades of Navy #030066

Tints of Navy #030066

Color information

#030066 (or 0x030066) is unknown color: approx Navy. HEX triplet: 03, 00 and 66. RGB value is (3,0,102). Sum of RGB (Red+Green+Blue) = 3+0+102=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 102 (40.23% from 255 or 97.14% from 105); Max value from RGB is 102 - color contains mainly: blue. Hex color #030066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030066 is #FCFF99. Grayscale: #0C0C0C. Windows color (decimal): -16580506 or 6684675. OLE color: 6684675.

HSL color Cylindrical-coordinate representation of color #030066: hue angle of 241.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030066 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB30102-
CMYK0.97100.6
HSL241.76º100%20%-
HSV(B)241.76º100%40%-
XYZ2.440.9812.63-
YUV12.52178.49121.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 97.14%
R=2.86%
G=0%
B=97.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal301020.97100.6241.7610020
Hex3066616403Cf26414
Octal3014614114407436214424
Binary110110011011000011100100011110011110010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030066; }

 p { color: rgb(3,0,102); }

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

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

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

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

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

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

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