#036CDF

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

Shades of Navy Blue #036CDF

Tints of Navy Blue #036CDF

Color information

#036CDF (or 0x036CDF) is unknown color: approx Navy Blue. HEX triplet: 03, 6C and DF. RGB value is (3,108,223). Sum of RGB (Red+Green+Blue) = 3+108+223=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #036CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036CDF is #FC9320. Grayscale: #595959. Windows color (decimal): -16552737 or 14642179. OLE color: 14642179.

HSL color Cylindrical-coordinate representation of color #036CDF: hue angle of 211.36º 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 #036CDF is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3108223-
CMYK0.990.5200.13
HSL211.36º97.35%44.31%-
HSV(B)211.36º98.65%87.45%-
XYZ18.7216.0771.93-
YUV89.71203.2166.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 223 (87.5% from 255) = 66.77%
R=0.90%
G=32.34%
B=66.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal31082230.990.5200.13211.3697.3544.31
Hex36CDF63340Dd3612c
Octal31543371436401532314154
Binary11110110011011111110001111010001101110100111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,108,223); }

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

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

 a { background-color: rgb(3,108,223); }

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

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

 span { border-color: rgb(3,108,223); }

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