Html Css Color HEX #015CFB Navy Blue

📋 copy color: '#015CFB'

red 1 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #015CFB

Tints of Navy Blue #015CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

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

R = 0.29%
G = 26.74%
B = 72.97%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#015CFB (or 0x015CFB) is known color: Navy Blue. HEX triplet: 01, 5C and FB. RGB value is (1,92,251). Sum of RGB (Red+Green+Blue) = 1+92+251=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #015CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CFB is #FEA304. Grayscale: #525252. Windows color (decimal): -16687877 or 16473089. OLE color: 16473089.

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

Color convert

RGB 1 92 251 -
CMYK 1.00 0.63 0 0.02
HSL 218.16º 0.99% 0.49% -
HSV(B) 218.16º 1% 0.98% -
XYZ 21.25 14.63 92.97 -
YUV 82.92 222.85 69.57 -
System Red Green Blue C M Y K H S L
Decimal 1 92 251 1.00 0.63 0 0.02 218.16 0.99 0.49
Hex 1 5C FB 64 3F 0 2 DA 63 31
Octal 1 134 373 144 77 0 2 332 143 61
Binary 1 1011100 11111011 1100100 111111 0 10 11011010 1100011 110001

Color Harmonies of #015CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CFB

Black with #015CFB

Text Example


Text Example

White with #015CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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