Html Css Color HEX #015CFF Navy Blue

📋 copy color: '#015CFF'

red 1 ◦ green 92 ◦ blue 255

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

Shades of Navy Blue #015CFF

Tints of Navy Blue #015CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.28%

R = 0.29%
G = 26.44%
B = 73.28%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#015CFF (or 0x015CFF) is known color: Navy Blue. HEX triplet: 01, 5C and FF. RGB value is (1,92,255). Sum of RGB (Red+Green+Blue) = 1+92+255=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #015CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CFF is #FEA300. Grayscale: #525252. Windows color (decimal): -16687873 or 16735233. OLE color: 16735233.

HSL color Cylindrical-coordinate representation of color #015CFF: hue angle of 218.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CFF is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 92 255 -
CMYK 1.00 0.64 0 0
HSL 218.5º 1% 0.5% -
HSV(B) 218.5º 1% 1% -
XYZ 21.89 14.88 96.33 -
YUV 83.37 224.85 69.25 -
System Red Green Blue C M Y K H S L
Decimal 1 92 255 1.00 0.64 0 0 218.5 1 0.5
Hex 1 5C FF 64 40 0 0 DB 64 32
Octal 1 134 377 144 100 0 0 333 144 62
Binary 1 1011100 11111111 1100100 1000000 0 0 11011011 1100100 110010

Color Harmonies of #015CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CFF

Black with #015CFF

Text Example


Text Example

White with #015CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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