Html Css Color HEX #0575BC Navy Blue

📋 copy color: '#0575BC'

red 5 ◦ green 117 ◦ blue 188

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

Shades of Navy Blue #0575BC

Tints of Navy Blue #0575BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 1.61%
G = 37.74%
B = 60.65%

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

#0575BC (or 0x0575BC) is known color: Navy Blue. HEX triplet: 05, 75 and BC. RGB value is (5,117,188). Sum of RGB (Red+Green+Blue) = 5+117+188=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #0575BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575BC is #FA8A43. Grayscale: #5B5B5B. Windows color (decimal): -16419396 or 12350725. OLE color: 12350725.

HSL color Cylindrical-coordinate representation of color #0575BC: hue angle of 203.28º 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 #0575BC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 117 188 -
CMYK 0.97 0.38 0 0.26
HSL 203.28º 0.95% 0.38% -
HSV(B) 203.28º 0.97% 0.74% -
XYZ 15.5 16.39 49.92 -
YUV 91.61 182.39 66.23 -
System Red Green Blue C M Y K H S L
Decimal 5 117 188 0.97 0.38 0 0.26 203.28 0.95 0.38
Hex 5 75 BC 61 26 0 1A CB 5F 26
Octal 5 165 274 141 46 0 32 313 137 46
Binary 101 1110101 10111100 1100001 100110 0 11010 11001011 1011111 100110

Color Harmonies of #0575BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0575BC

Black with #0575BC

Text Example


Text Example

White with #0575BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0575BC; }

 p { color: rgb(5,117,188); }

 H1.HeaderClassName
 {
   color: #0575BC;
 }
 .AnyTagClassName
 {
   color: #0575BC;
 }
</style>

background-color css

<style>
 a { background-color: #0575BC; }

 a { background-color: rgb(5,117,188); }

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

border-color css

<style>
 span { border-color: #0575BC; }

 span { border-color: rgb(5,117,188); }

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