Html Css Color HEX #015CF9 Navy Blue

📋 copy color: '#015CF9'

red 1 ◦ green 92 ◦ blue 249

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

Shades of Navy Blue #015CF9

Tints of Navy Blue #015CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 72.81%

R = 0.29%
G = 26.9%
B = 72.81%

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

#015CF9 (or 0x015CF9) is known color: Navy Blue. HEX triplet: 01, 5C and F9. RGB value is (1,92,249). Sum of RGB (Red+Green+Blue) = 1+92+249=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #015CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #015CF9 is #FEA306. Grayscale: #515151. Windows color (decimal): -16687879 or 16342017. OLE color: 16342017.

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

Color convert

RGB 1 92 249 -
CMYK 1.00 0.63 0 0.02
HSL 217.98º 0.99% 0.49% -
HSV(B) 217.98º 1% 0.98% -
XYZ 20.94 14.5 91.32 -
YUV 82.69 221.85 69.73 -
System Red Green Blue C M Y K H S L
Decimal 1 92 249 1.00 0.63 0 0.02 217.98 0.99 0.49
Hex 1 5C F9 64 3F 0 2 DA 63 31
Octal 1 134 371 144 77 0 2 332 143 61
Binary 1 1011100 11111001 1100100 111111 0 10 11011010 1100011 110001

Color Harmonies of #015CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015CF9

Black with #015CF9

Text Example


Text Example

White with #015CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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