Html Css Color HEX #015BEB Navy Blue

📋 copy color: '#015BEB'

red 1 ◦ green 91 ◦ blue 235

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

Shades of Navy Blue #015BEB

Tints of Navy Blue #015BEB

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 91 (35.94% from 255) = 27.83%

 BLUE value IS 235 (92.19% from 255) = 71.87%

R = 0.31%
G = 27.83%
B = 71.87%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#015BEB (or 0x015BEB) is known color: Navy Blue. HEX triplet: 01, 5B and EB. RGB value is (1,91,235). Sum of RGB (Red+Green+Blue) = 1+91+235=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #015BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BEB is #FEA414. Grayscale: #4F4F4F. Windows color (decimal): -16688149 or 15424257. OLE color: 15424257.

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

Color convert

RGB 1 91 235 -
CMYK 1.00 0.61 0 0.08
HSL 216.92º 0.99% 0.46% -
HSV(B) 216.92º 1% 0.92% -
XYZ 18.75 13.49 80.21 -
YUV 80.51 215.18 71.29 -
System Red Green Blue C M Y K H S L
Decimal 1 91 235 1.00 0.61 0 0.08 216.92 0.99 0.46
Hex 1 5B EB 64 3D 0 8 D9 63 2E
Octal 1 133 353 144 75 0 10 331 143 56
Binary 1 1011011 11101011 1100100 111101 0 1000 11011001 1100011 101110

Color Harmonies of #015BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BEB

Black with #015BEB

Text Example


Text Example

White with #015BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #015BEB;
 }
 .AnyTagClassName
 {
   color: #015BEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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