#036CEB

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

Shades of Navy Blue #036CEB

Tints of Navy Blue #036CEB

Color information

#036CEB (or 0x036CEB) is unknown color: approx Navy Blue. HEX triplet: 03, 6C and EB. RGB value is (3,108,235). Sum of RGB (Red+Green+Blue) = 3+108+235=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #036CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CEB is #FC9314. Grayscale: #5A5A5A. Windows color (decimal): -16552725 or 15428611. OLE color: 15428611.

HSL color Cylindrical-coordinate representation of color #036CEB: hue angle of 212.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CEB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3108235-
CMYK0.990.5400.08
HSL212.84º97.48%46.67%-
HSV(B)212.84º98.72%92.16%-
XYZ20.416.7480.75-
YUV91.08209.2165.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 235 (92.19% from 255) = 67.92%
R=0.87%
G=31.21%
B=67.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal31082350.990.5400.08212.8497.4846.67
Hex36CEB633608d5612f
Octal31543531436601032514157
Binary11110110011101011110001111011001000110101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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