Html Css Color HEX #005DFB Navy Blue

📋 copy color: '#005DFB'

red 0 ◦ green 93 ◦ blue 251

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

Shades of Navy Blue #005DFB

Tints of Navy Blue #005DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 251 (98.44% from 255) = 72.97%

R = 0%
G = 27.03%
B = 72.97%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#005DFB (or 0x005DFB) is known color: Navy Blue. HEX triplet: 00, 5D and FB. RGB value is (0,93,251). Sum of RGB (Red+Green+Blue) = 0+93+251=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #005DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DFB is #FFA204. Grayscale: #525252. Windows color (decimal): -16753157 or 16473344. OLE color: 16473344.

HSL color Cylindrical-coordinate representation of color #005DFB: hue angle of 217.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DFB is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 93 251 -
CMYK 1 0.63 0 0.02
HSL 217.77º 1% 0.49% -
HSV(B) 217.77º 1% 0.98% -
XYZ 21.33 14.79 93 -
YUV 83.21 222.69 68.65 -
System Red Green Blue C M Y K H S L
Decimal 0 93 251 1 0.63 0 0.02 217.77 1 0.49
Hex 0 5D FB 64 3F 0 2 DA 64 31
Octal 0 135 373 144 77 0 2 332 144 61
Binary 0 1011101 11111011 1100100 111111 0 10 11011010 1100100 110001

Color Harmonies of #005DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DFB

Black with #005DFB

Text Example


Text Example

White with #005DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,93,251); }

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

background-color css

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

 a { background-color: rgb(0,93,251); }

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

border-color css

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

 span { border-color: rgb(0,93,251); }

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