Html Css Color HEX #015CF1 Navy Blue

📋 copy color: '#015CF1'

red 1 ◦ green 92 ◦ blue 241

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

Shades of Navy Blue #015CF1

Tints of Navy Blue #015CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 72.16%

R = 0.3%
G = 27.54%
B = 72.16%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#015CF1 (or 0x015CF1) is known color: Navy Blue. HEX triplet: 01, 5C and F1. RGB value is (1,92,241). Sum of RGB (Red+Green+Blue) = 1+92+241=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #015CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CF1 is #FEA30E. Grayscale: #515151. Windows color (decimal): -16687887 or 15817729. OLE color: 15817729.

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

Color convert

RGB 1 92 241 -
CMYK 1.00 0.62 0 0.05
HSL 217.25º 0.99% 0.47% -
HSV(B) 217.25º 1% 0.95% -
XYZ 19.72 14.01 84.88 -
YUV 81.78 217.85 70.38 -
System Red Green Blue C M Y K H S L
Decimal 1 92 241 1.00 0.62 0 0.05 217.25 0.99 0.47
Hex 1 5C F1 64 3E 0 5 D9 63 2F
Octal 1 134 361 144 76 0 5 331 143 57
Binary 1 1011100 11110001 1100100 111110 0 101 11011001 1100011 101111

Color Harmonies of #015CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CF1

Black with #015CF1

Text Example


Text Example

White with #015CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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