Html Css Color HEX #0576BF Navy Blue

📋 copy color: '#0576BF'

red 5 ◦ green 118 ◦ blue 191

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

Shades of Navy Blue #0576BF

Tints of Navy Blue #0576BF

RGB

 RED value IS 5 (2.34% from 255) = 1.59%

 GREEN value IS 118 (46.48% from 255) = 37.58%

 BLUE value IS 191 (75% from 255) = 60.83%

R = 1.59%
G = 37.58%
B = 60.83%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0576BF (or 0x0576BF) is known color: Navy Blue. HEX triplet: 05, 76 and BF. RGB value is (5,118,191). Sum of RGB (Red+Green+Blue) = 5+118+191=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #0576BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0576BF is #FA8940. Grayscale: #5C5C5C. Windows color (decimal): -16419137 or 12547589. OLE color: 12547589.

HSL color Cylindrical-coordinate representation of color #0576BF: hue angle of 203.55º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0576BF is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 118 191 -
CMYK 0.97 0.38 0 0.25
HSL 203.55º 0.95% 0.38% -
HSV(B) 203.55º 0.97% 0.75% -
XYZ 15.94 16.75 51.68 -
YUV 92.54 183.56 65.56 -
System Red Green Blue C M Y K H S L
Decimal 5 118 191 0.97 0.38 0 0.25 203.55 0.95 0.38
Hex 5 76 BF 61 26 0 19 CC 5F 26
Octal 5 166 277 141 46 0 31 314 137 46
Binary 101 1110110 10111111 1100001 100110 0 11001 11001100 1011111 100110

Color Harmonies of #0576BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0576BF

Black with #0576BF

Text Example


Text Example

White with #0576BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0576BF; }

 p { color: rgb(5,118,191); }

 H1.HeaderClassName
 {
   color: #0576BF;
 }
 .AnyTagClassName
 {
   color: #0576BF;
 }
</style>

background-color css

<style>
 a { background-color: #0576BF; }

 a { background-color: rgb(5,118,191); }

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

border-color css

<style>
 span { border-color: #0576BF; }

 span { border-color: rgb(5,118,191); }

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