Html Css Color HEX #005DFF Navy Blue

📋 copy color: '#005DFF'

red 0 ◦ green 93 ◦ blue 255

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

Shades of Navy Blue #005DFF

Tints of Navy Blue #005DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.28%

R = 0%
G = 26.72%
B = 73.28%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#005DFF (or 0x005DFF) is known color: Navy Blue. HEX triplet: 00, 5D and FF. RGB value is (0,93,255). Sum of RGB (Red+Green+Blue) = 0+93+255=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #005DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DFF is #FFA200. Grayscale: #525252. Windows color (decimal): -16753153 or 16735488. OLE color: 16735488.

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

Color convert

RGB 0 93 255 -
CMYK 1 0.64 0 0
HSL 218.12º 1% 0.5% -
HSV(B) 218.12º 1% 1% -
XYZ 21.96 15.05 96.35 -
YUV 83.66 224.69 68.33 -
System Red Green Blue C M Y K H S L
Decimal 0 93 255 1 0.64 0 0 218.12 1 0.5
Hex 0 5D FF 64 40 0 0 DA 64 32
Octal 0 135 377 144 100 0 0 332 144 62
Binary 0 1011101 11111111 1100100 1000000 0 0 11011010 1100100 110010

Color Harmonies of #005DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DFF

Black with #005DFF

Text Example


Text Example

White with #005DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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