#036FDD

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

Shades of Navy Blue #036FDD

Tints of Navy Blue #036FDD

Color information

#036FDD (or 0x036FDD) is unknown color: approx Navy Blue. HEX triplet: 03, 6F and DD. RGB value is (3,111,221). Sum of RGB (Red+Green+Blue) = 3+111+221=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #036FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FDD is #FC9022. Grayscale: #5A5A5A. Windows color (decimal): -16551971 or 14511875. OLE color: 14511875.

HSL color Cylindrical-coordinate representation of color #036FDD: hue angle of 210.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FDD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3111221-
CMYK0.990.5000.13
HSL210.28º97.32%43.92%-
HSV(B)210.28º98.64%86.67%-
XYZ18.7716.6170.62-
YUV91.25201.2265.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 221 (86.72% from 255) = 65.97%
R=0.90%
G=33.13%
B=65.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31112210.990.5000.13210.2897.3243.92
Hex36FDD63320Dd2612c
Octal31573351436201532214154
Binary11110111111011101110001111001001101110100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036FDD; }

 p { color: rgb(3,111,221); }

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

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

 a { background-color: rgb(3,111,221); }

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

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

 span { border-color: rgb(3,111,221); }

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