Html Css Color HEX #005BF1 Navy Blue

📋 copy color: '#005BF1'

red 0 ◦ green 91 ◦ blue 241

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

Shades of Navy Blue #005BF1

Tints of Navy Blue #005BF1

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 91 (35.94% from 255) = 27.41%

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

R = 0%
G = 27.41%
B = 72.59%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#005BF1 (or 0x005BF1) is known color: Navy Blue. HEX triplet: 00, 5B and F1. RGB value is (0,91,241). Sum of RGB (Red+Green+Blue) = 0+91+241=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #005BF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BF1 is #FFA40E. Grayscale: #505050. Windows color (decimal): -16753679 or 15817472. OLE color: 15817472.

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

Color convert

RGB 0 91 241 -
CMYK 1 0.62 0 0.05
HSL 217.34º 1% 0.47% -
HSV(B) 217.34º 1% 0.95% -
XYZ 19.62 13.83 84.86 -
YUV 80.89 218.35 70.3 -
System Red Green Blue C M Y K H S L
Decimal 0 91 241 1 0.62 0 0.05 217.34 1 0.47
Hex 0 5B F1 64 3E 0 5 D9 64 2F
Octal 0 133 361 144 76 0 5 331 144 57
Binary 0 1011011 11110001 1100100 111110 0 101 11011001 1100100 101111

Color Harmonies of #005BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BF1

Black with #005BF1

Text Example


Text Example

White with #005BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005BF1; }

 p { color: rgb(0,91,241); }

 H1.HeaderClassName
 {
   color: #005BF1;
 }
 .AnyTagClassName
 {
   color: #005BF1;
 }
</style>

background-color css

<style>
 a { background-color: #005BF1; }

 a { background-color: rgb(0,91,241); }

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

border-color css

<style>
 span { border-color: #005BF1; }

 span { border-color: rgb(0,91,241); }

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