Html Css Color HEX #015BDE Navy Blue

📋 copy color: '#015BDE'

red 1 ◦ green 91 ◦ blue 222

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

Shades of Navy Blue #015BDE

Tints of Navy Blue #015BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.7%

R = 0.32%
G = 28.98%
B = 70.7%

CMYK

 C value IS 1.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#015BDE (or 0x015BDE) is known color: Navy Blue. HEX triplet: 01, 5B and DE. RGB value is (1,91,222). Sum of RGB (Red+Green+Blue) = 1+91+222=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #015BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015BDE is #FEA421. Grayscale: #4E4E4E. Windows color (decimal): -16688162 or 14572289. OLE color: 14572289.

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

Color convert

RGB 1 91 222 -
CMYK 1.00 0.59 0 0.13
HSL 215.57º 0.99% 0.44% -
HSV(B) 215.57º 1% 0.87% -
XYZ 16.94 12.76 70.68 -
YUV 79.02 208.68 72.35 -
System Red Green Blue C M Y K H S L
Decimal 1 91 222 1.00 0.59 0 0.13 215.57 0.99 0.44
Hex 1 5B DE 64 3B 0 D D8 63 2C
Octal 1 133 336 144 73 0 15 330 143 54
Binary 1 1011011 11011110 1100100 111011 0 1101 11011000 1100011 101100

Color Harmonies of #015BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BDE

Black with #015BDE

Text Example


Text Example

White with #015BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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