Html Css Color HEX #0576BD Navy Blue

📋 copy color: '#0576BD'

red 5 ◦ green 118 ◦ blue 189

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

Shades of Navy Blue #0576BD

Tints of Navy Blue #0576BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.58%

R = 1.6%
G = 37.82%
B = 60.58%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0576BD (or 0x0576BD) is known color: Navy Blue. HEX triplet: 05, 76 and BD. RGB value is (5,118,189). Sum of RGB (Red+Green+Blue) = 5+118+189=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #0576BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0576BD is #FA8942. Grayscale: #5B5B5B. Windows color (decimal): -16419139 or 12416517. OLE color: 12416517.

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

Color convert

RGB 5 118 189 -
CMYK 0.97 0.38 0 0.26
HSL 203.15º 0.95% 0.38% -
HSV(B) 203.15º 0.97% 0.74% -
XYZ 15.73 16.66 50.53 -
YUV 92.31 182.56 65.73 -
System Red Green Blue C M Y K H S L
Decimal 5 118 189 0.97 0.38 0 0.26 203.15 0.95 0.38
Hex 5 76 BD 61 26 0 1A CB 5F 26
Octal 5 166 275 141 46 0 32 313 137 46
Binary 101 1110110 10111101 1100001 100110 0 11010 11001011 1011111 100110

Color Harmonies of #0576BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0576BD

Black with #0576BD

Text Example


Text Example

White with #0576BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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