#036FE5

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

Shades of Navy Blue #036FE5

Tints of Navy Blue #036FE5

Color information

#036FE5 (or 0x036FE5) is unknown color: approx Navy Blue. HEX triplet: 03, 6F and E5. RGB value is (3,111,229). Sum of RGB (Red+Green+Blue) = 3+111+229=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 229 (89.84% from 255 or 66.76% from 343); Max value from RGB is 229 - color contains mainly: blue. Hex color #036FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #036FE5 is #FC901A. Grayscale: #5B5B5B. Windows color (decimal): -16551963 or 15036163. OLE color: 15036163.

HSL color Cylindrical-coordinate representation of color #036FE5: hue angle of 211.33º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036FE5 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3111229-
CMYK0.990.5200.10
HSL211.33º97.41%45.49%-
HSV(B)211.33º98.69%89.8%-
XYZ19.8617.0576.37-
YUV92.16205.2264.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 229 (89.84% from 255) = 66.76%
R=0.87%
G=32.36%
B=66.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31112290.990.5200.10211.3397.4145.49
Hex36FE563340Ad3612d
Octal31573451436401232314155
Binary11110111111100101110001111010001010110100111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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