#0366CC

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

Shades of Navy Blue #0366CC

Tints of Navy Blue #0366CC

Color information

#0366CC (or 0x0366CC) is unknown color: approx Navy Blue. HEX triplet: 03, 66 and CC. RGB value is (3,102,204). Sum of RGB (Red+Green+Blue) = 3+102+204=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #0366CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366CC is #FC9933. Grayscale: #535353. Windows color (decimal): -16554292 or 13395459. OLE color: 13395459.

HSL color Cylindrical-coordinate representation of color #0366CC: hue angle of 210.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0366CC is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3102204-
CMYK0.990.500.2
HSL210.45º97.1%40.59%-
HSV(B)210.45º98.53%80%-
XYZ15.6913.8858.98-
YUV84.03195.770.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 204 (80.08% from 255) = 66.02%
R=0.97%
G=33.01%
B=66.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal31022040.990.500.2210.4597.140.59
Hex366CC6332014d26129
Octal31463141436202432214151
Binary111100110110011001100011110010010100110100101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0366CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0366CC; }

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

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

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

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

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

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

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

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