Html Css Color HEX #005BFD Navy Blue

📋 copy color: '#005BFD'

red 0 ◦ green 91 ◦ blue 253

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

Shades of Navy Blue #005BFD

Tints of Navy Blue #005BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.55%

R = 0%
G = 26.45%
B = 73.55%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#005BFD (or 0x005BFD) is known color: Navy Blue. HEX triplet: 00, 5B and FD. RGB value is (0,91,253). Sum of RGB (Red+Green+Blue) = 0+91+253=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #005BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005BFD is #FFA402. Grayscale: #515151. Windows color (decimal): -16753667 or 16603904. OLE color: 16603904.

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

Color convert

RGB 0 91 253 -
CMYK 1 0.64 0 0.01
HSL 218.42º 1% 0.5% -
HSV(B) 218.42º 1% 0.99% -
XYZ 21.47 14.57 94.61 -
YUV 82.26 224.35 69.33 -
System Red Green Blue C M Y K H S L
Decimal 0 91 253 1 0.64 0 0.01 218.42 1 0.5
Hex 0 5B FD 64 40 0 1 DA 64 32
Octal 0 133 375 144 100 0 1 332 144 62
Binary 0 1011011 11111101 1100100 1000000 0 1 11011010 1100100 110010

Color Harmonies of #005BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BFD

Black with #005BFD

Text Example


Text Example

White with #005BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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