Html Css Color HEX #015BE0 Navy Blue

📋 copy color: '#015BE0'

red 1 ◦ green 91 ◦ blue 224

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

Shades of Navy Blue #015BE0

Tints of Navy Blue #015BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 70.89%

R = 0.32%
G = 28.8%
B = 70.89%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#015BE0 (or 0x015BE0) is known color: Navy Blue. HEX triplet: 01, 5B and E0. RGB value is (1,91,224). Sum of RGB (Red+Green+Blue) = 1+91+224=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 224 (87.89% from 255 or 70.89% from 316); Max value from RGB is 224 - color contains mainly: blue. Hex color #015BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BE0 is #FEA41F. Grayscale: #4E4E4E. Windows color (decimal): -16688160 or 14703361. OLE color: 14703361.

HSL color Cylindrical-coordinate representation of color #015BE0: hue angle of 215.78º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015BE0 is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 91 224 -
CMYK 1.00 0.59 0 0.12
HSL 215.78º 0.99% 0.44% -
HSV(B) 215.78º 1% 0.88% -
XYZ 17.21 12.87 72.1 -
YUV 79.25 209.68 72.19 -
System Red Green Blue C M Y K H S L
Decimal 1 91 224 1.00 0.59 0 0.12 215.78 0.99 0.44
Hex 1 5B E0 64 3B 0 C D8 63 2C
Octal 1 133 340 144 73 0 14 330 143 54
Binary 1 1011011 11100000 1100100 111011 0 1100 11011000 1100011 101100

Color Harmonies of #015BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BE0

Black with #015BE0

Text Example


Text Example

White with #015BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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