Html Css Color HEX #0575C0 Navy Blue

📋 copy color: '#0575C0'

red 5 ◦ green 117 ◦ blue 192

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

Shades of Navy Blue #0575C0

Tints of Navy Blue #0575C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 61.15%

R = 1.59%
G = 37.26%
B = 61.15%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0575C0 (or 0x0575C0) is known color: Navy Blue. HEX triplet: 05, 75 and C0. RGB value is (5,117,192). Sum of RGB (Red+Green+Blue) = 5+117+192=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #0575C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575C0 is #FA8A3F. Grayscale: #5B5B5B. Windows color (decimal): -16419392 or 12612869. OLE color: 12612869.

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

Color convert

RGB 5 117 192 -
CMYK 0.97 0.39 0 0.25
HSL 204.06º 0.95% 0.39% -
HSV(B) 204.06º 0.97% 0.75% -
XYZ 15.94 16.56 52.23 -
YUV 92.06 184.39 65.9 -
System Red Green Blue C M Y K H S L
Decimal 5 117 192 0.97 0.39 0 0.25 204.06 0.95 0.39
Hex 5 75 C0 61 27 0 19 CC 5F 27
Octal 5 165 300 141 47 0 31 314 137 47
Binary 101 1110101 11000000 1100001 100111 0 11001 11001100 1011111 100111

Color Harmonies of #0575C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0575C0

Black with #0575C0

Text Example


Text Example

White with #0575C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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