Html Css Color HEX #005FDA Navy Blue

📋 copy color: '#005FDA'

red 0 ◦ green 95 ◦ blue 218

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

Shades of Navy Blue #005FDA

Tints of Navy Blue #005FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 0%
G = 30.35%
B = 69.65%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#005FDA (or 0x005FDA) is known color: Navy Blue. HEX triplet: 00, 5F and DA. RGB value is (0,95,218). Sum of RGB (Red+Green+Blue) = 0+95+218=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #005FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FDA is #FFA025. Grayscale: #505050. Windows color (decimal): -16752678 or 14311168. OLE color: 14311168.

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

Color convert

RGB 0 95 218 -
CMYK 1 0.56 0 0.15
HSL 213.85º 1% 0.43% -
HSV(B) 213.85º 1% 0.85% -
XYZ 16.75 13.25 68 -
YUV 80.62 205.53 70.5 -
System Red Green Blue C M Y K H S L
Decimal 0 95 218 1 0.56 0 0.15 213.85 1 0.43
Hex 0 5F DA 64 38 0 F D6 64 2B
Octal 0 137 332 144 70 0 17 326 144 53
Binary 0 1011111 11011010 1100100 111000 0 1111 11010110 1100100 101011

Color Harmonies of #005FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FDA

Black with #005FDA

Text Example


Text Example

White with #005FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,95,218); }

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

background-color css

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

 a { background-color: rgb(0,95,218); }

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

border-color css

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

 span { border-color: rgb(0,95,218); }

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