#015BE8

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

Shades of Navy Blue #015BE8

Tints of Navy Blue #015BE8

Color information

#015BE8 (or 0x015BE8) is unknown color: approx Navy Blue. HEX triplet: 01, 5B and E8. RGB value is (1,91,232). Sum of RGB (Red+Green+Blue) = 1+91+232=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #015BE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BE8 is #FEA417. Grayscale: #4F4F4F. Windows color (decimal): -16688152 or 15227649. OLE color: 15227649.

HSL color Cylindrical-coordinate representation of color #015BE8: hue angle of 216.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BE8 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191232-
CMYK1.000.6100.09
HSL216.62º99.14%45.69%-
HSV(B)216.62º99.57%90.98%-
XYZ18.3213.3177.95-
YUV80.16213.6871.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 232 (91.02% from 255) = 71.60%
R=0.31%
G=28.09%
B=71.60%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321.000.6100.09216.6299.1445.69
Hex15BE8643D09d9632e
Octal11333501447501133114356
Binary1101101111101000110010011110101001110110011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015BE8; }

 p { color: rgb(1,91,232); }

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

<style>
 a { background-color: #015BE8; }

 a { background-color: rgb(1,91,232); }

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

<style>
 span { border-color: #015BE8; }

 span { border-color: rgb(1,91,232); }

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