Html Css Color HEX #005DF9 Navy Blue

📋 copy color: '#005DF9'

red 0 ◦ green 93 ◦ blue 249

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

Shades of Navy Blue #005DF9

Tints of Navy Blue #005DF9

RGB

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

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

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

R = 0%
G = 27.19%
B = 72.81%

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

#005DF9 (or 0x005DF9) is known color: Navy Blue. HEX triplet: 00, 5D and F9. RGB value is (0,93,249). Sum of RGB (Red+Green+Blue) = 0+93+249=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 93 (36.72% from 255 or 27.19% 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 #005DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DF9 is #FFA206. Grayscale: #525252. Windows color (decimal): -16753159 or 16342272. OLE color: 16342272.

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

Color convert

RGB 0 93 249 -
CMYK 1 0.63 0 0.02
HSL 217.59º 1% 0.49% -
HSV(B) 217.59º 1% 0.98% -
XYZ 21.01 14.67 91.35 -
YUV 82.98 221.69 68.82 -
System Red Green Blue C M Y K H S L
Decimal 0 93 249 1 0.63 0 0.02 217.59 1 0.49
Hex 0 5D F9 64 3F 0 2 DA 64 31
Octal 0 135 371 144 77 0 2 332 144 61
Binary 0 1011101 11111001 1100100 111111 0 10 11011010 1100100 110001

Color Harmonies of #005DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DF9

Black with #005DF9

Text Example


Text Example

White with #005DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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