Html Css Color HEX #015BEC Navy Blue

📋 copy color: '#015BEC'

red 1 ◦ green 91 ◦ blue 236

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

Shades of Navy Blue #015BEC

Tints of Navy Blue #015BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.95%

R = 0.3%
G = 27.74%
B = 71.95%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#015BEC (or 0x015BEC) is known color: Navy Blue. HEX triplet: 01, 5B and EC. RGB value is (1,91,236). Sum of RGB (Red+Green+Blue) = 1+91+236=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #015BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015BEC is #FEA413. Grayscale: #4F4F4F. Windows color (decimal): -16688148 or 15489793. OLE color: 15489793.

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

Color convert

RGB 1 91 236 -
CMYK 1.00 0.61 0 0.07
HSL 217.02º 0.99% 0.46% -
HSV(B) 217.02º 1% 0.93% -
XYZ 18.89 13.54 80.98 -
YUV 80.62 215.68 71.21 -
System Red Green Blue C M Y K H S L
Decimal 1 91 236 1.00 0.61 0 0.07 217.02 0.99 0.46
Hex 1 5B EC 64 3D 0 7 D9 63 2E
Octal 1 133 354 144 75 0 7 331 143 56
Binary 1 1011011 11101100 1100100 111101 0 111 11011001 1100011 101110

Color Harmonies of #015BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015BEC

Black with #015BEC

Text Example


Text Example

White with #015BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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