Html Css Color HEX #005FFB Navy Blue

📋 copy color: '#005FFB'

red 0 ◦ green 95 ◦ blue 251

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

Shades of Navy Blue #005FFB

Tints of Navy Blue #005FFB

RGB

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

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

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

R = 0%
G = 27.46%
B = 72.54%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#005FFB (or 0x005FFB) is known color: Navy Blue. HEX triplet: 00, 5F and FB. RGB value is (0,95,251). Sum of RGB (Red+Green+Blue) = 0+95+251=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #005FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FFB is #FFA004. Grayscale: #535353. Windows color (decimal): -16752645 or 16473856. OLE color: 16473856.

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

Color convert

RGB 0 95 251 -
CMYK 1 0.62 0 0.02
HSL 217.29º 1% 0.49% -
HSV(B) 217.29º 1% 0.98% -
XYZ 21.5 15.15 93.06 -
YUV 84.38 222.03 67.82 -
System Red Green Blue C M Y K H S L
Decimal 0 95 251 1 0.62 0 0.02 217.29 1 0.49
Hex 0 5F FB 64 3E 0 2 D9 64 31
Octal 0 137 373 144 76 0 2 331 144 61
Binary 0 1011111 11111011 1100100 111110 0 10 11011001 1100100 110001

Color Harmonies of #005FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FFB

Black with #005FFB

Text Example


Text Example

White with #005FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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