Html Css Color HEX #015FEC Navy Blue

📋 copy color: '#015FEC'

red 1 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #015FEC

Tints of Navy Blue #015FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.61%

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

R = 0.3%
G = 28.61%
B = 71.08%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#015FEC (or 0x015FEC) is known color: Navy Blue. HEX triplet: 01, 5F and EC. RGB value is (1,95,236). Sum of RGB (Red+Green+Blue) = 1+95+236=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #015FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FEC is #FEA013. Grayscale: #525252. Windows color (decimal): -16687124 or 15490817. OLE color: 15490817.

HSL color Cylindrical-coordinate representation of color #015FEC: hue angle of 216º 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 #015FEC is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 95 236 -
CMYK 1.00 0.60 0 0.07
HSL 216º 0.99% 0.46% -
HSV(B) 216º 1% 0.93% -
XYZ 19.25 14.25 81.09 -
YUV 82.97 214.36 69.54 -
System Red Green Blue C M Y K H S L
Decimal 1 95 236 1.00 0.60 0 0.07 216 0.99 0.46
Hex 1 5F EC 64 3C 0 7 D8 63 2E
Octal 1 137 354 144 74 0 7 330 143 56
Binary 1 1011111 11101100 1100100 111100 0 111 11011000 1100011 101110

Color Harmonies of #015FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FEC

Black with #015FEC

Text Example


Text Example

White with #015FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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