Html Css Color HEX #005FBA Navy Blue

📋 copy color: '#005FBA'

red 0 ◦ green 95 ◦ blue 186

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

Shades of Navy Blue #005FBA

Tints of Navy Blue #005FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 0%
G = 33.81%
B = 66.19%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#005FBA (or 0x005FBA) is known color: Navy Blue. HEX triplet: 00, 5F and BA. RGB value is (0,95,186). Sum of RGB (Red+Green+Blue) = 0+95+186=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #005FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FBA is #FFA045. Grayscale: #4C4C4C. Windows color (decimal): -16752710 or 12214016. OLE color: 12214016.

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

Color convert

RGB 0 95 186 -
CMYK 1 0.49 0 0.27
HSL 209.35º 1% 0.36% -
HSV(B) 209.35º 1% 0.73% -
XYZ 12.96 11.73 48.04 -
YUV 76.97 189.53 73.1 -
System Red Green Blue C M Y K H S L
Decimal 0 95 186 1 0.49 0 0.27 209.35 1 0.36
Hex 0 5F BA 64 31 0 1B D1 64 24
Octal 0 137 272 144 61 0 33 321 144 44
Binary 0 1011111 10111010 1100100 110001 0 11011 11010001 1100100 100100

Color Harmonies of #005FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FBA

Black with #005FBA

Text Example


Text Example

White with #005FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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