Html Css Color HEX #015FFB Navy Blue

📋 copy color: '#015FFB'

red 1 ◦ green 95 ◦ blue 251

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

Shades of Navy Blue #015FFB

Tints of Navy Blue #015FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.33%

R = 0.29%
G = 27.38%
B = 72.33%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#015FFB (or 0x015FFB) is known color: Navy Blue. HEX triplet: 01, 5F and FB. RGB value is (1,95,251). Sum of RGB (Red+Green+Blue) = 1+95+251=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #015FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015FFB is #FEA004. Grayscale: #535353. Windows color (decimal): -16687109 or 16473857. OLE color: 16473857.

HSL color Cylindrical-coordinate representation of color #015FFB: hue angle of 217.44º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015FFB is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 95 251 -
CMYK 1.00 0.62 0 0.02
HSL 217.44º 0.99% 0.49% -
HSV(B) 217.44º 1% 0.98% -
XYZ 21.52 15.16 93.06 -
YUV 84.68 221.86 68.32 -
System Red Green Blue C M Y K H S L
Decimal 1 95 251 1.00 0.62 0 0.02 217.44 0.99 0.49
Hex 1 5F FB 64 3E 0 2 D9 63 31
Octal 1 137 373 144 76 0 2 331 143 61
Binary 1 1011111 11111011 1100100 111110 0 10 11011001 1100011 110001

Color Harmonies of #015FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015FFB

Black with #015FFB

Text Example


Text Example

White with #015FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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