Html Css Color HEX #015CF6 Navy Blue

📋 copy color: '#015CF6'

red 1 ◦ green 92 ◦ blue 246

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

Shades of Navy Blue #015CF6

Tints of Navy Blue #015CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 72.57%

R = 0.29%
G = 27.14%
B = 72.57%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#015CF6 (or 0x015CF6) is known color: Navy Blue. HEX triplet: 01, 5C and F6. RGB value is (1,92,246). Sum of RGB (Red+Green+Blue) = 1+92+246=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 246 (96.48% from 255 or 72.57% from 339); Max value from RGB is 246 - color contains mainly: blue. Hex color #015CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CF6 is #FEA309. Grayscale: #515151. Windows color (decimal): -16687882 or 16145409. OLE color: 16145409.

HSL color Cylindrical-coordinate representation of color #015CF6: hue angle of 217.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015CF6 is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 92 246 -
CMYK 1.00 0.63 0 0.04
HSL 217.71º 0.99% 0.48% -
HSV(B) 217.71º 1% 0.96% -
XYZ 20.47 14.31 88.87 -
YUV 82.35 220.35 69.98 -
System Red Green Blue C M Y K H S L
Decimal 1 92 246 1.00 0.63 0 0.04 217.71 0.99 0.48
Hex 1 5C F6 64 3F 0 4 DA 63 30
Octal 1 134 366 144 77 0 4 332 143 60
Binary 1 1011100 11110110 1100100 111111 0 100 11011010 1100011 110000

Color Harmonies of #015CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CF6

Black with #015CF6

Text Example


Text Example

White with #015CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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