Html Css Color HEX #0575CC Navy Blue

📋 copy color: '#0575CC'

red 5 ◦ green 117 ◦ blue 204

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

Shades of Navy Blue #0575CC

Tints of Navy Blue #0575CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 1.53%
G = 35.89%
B = 62.58%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0575CC (or 0x0575CC) is known color: Navy Blue. HEX triplet: 05, 75 and CC. RGB value is (5,117,204). Sum of RGB (Red+Green+Blue) = 5+117+204=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #0575CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575CC is #FA8A33. Grayscale: #5C5C5C. Windows color (decimal): -16419380 or 13399301. OLE color: 13399301.

HSL color Cylindrical-coordinate representation of color #0575CC: hue angle of 206.23º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0575CC is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 117 204 -
CMYK 0.98 0.43 0 0.2
HSL 206.23º 0.95% 0.41% -
HSV(B) 206.23º 0.98% 0.8% -
XYZ 17.32 17.11 59.52 -
YUV 93.43 190.39 64.93 -
System Red Green Blue C M Y K H S L
Decimal 5 117 204 0.98 0.43 0 0.2 206.23 0.95 0.41
Hex 5 75 CC 62 2B 0 14 CE 5F 29
Octal 5 165 314 142 53 0 24 316 137 51
Binary 101 1110101 11001100 1100010 101011 0 10100 11001110 1011111 101001

Color Harmonies of #0575CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0575CC

Black with #0575CC

Text Example


Text Example

White with #0575CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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