Html Css Color HEX #015BE8 Navy Blue

📋 copy color: '#015BE8'

red 1 ◦ green 91 ◦ blue 232

#015BE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #015BE8

Tints of Navy Blue #015BE8

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.6%

R = 0.31%
G = 28.09%
B = 71.6%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#015BE8 (or 0x015BE8) is known color: 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

RGB 1 91 232 -
CMYK 1.00 0.61 0 0.09
HSL 216.62º 0.99% 0.46% -
HSV(B) 216.62º 1% 0.91% -
XYZ 18.32 13.31 77.95 -
YUV 80.16 213.68 71.54 -
System Red Green Blue C M Y K H S L
Decimal 1 91 232 1.00 0.61 0 0.09 216.62 0.99 0.46
Hex 1 5B E8 64 3D 0 9 D9 63 2E
Octal 1 133 350 144 75 0 11 331 143 56
Binary 1 1011011 11101000 1100100 111101 0 1001 11011001 1100011 101110

Color Harmonies of #015BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BE8

Black with #015BE8

Text Example


Text Example

White with #015BE8

Text Example


Text Example

HTML Codes & Css Web 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>