Html Css Color HEX #0575DE Navy Blue

📋 copy color: '#0575DE'

red 5 ◦ green 117 ◦ blue 222

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

Shades of Navy Blue #0575DE

Tints of Navy Blue #0575DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.53%

R = 1.45%
G = 34.01%
B = 64.53%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0575DE (or 0x0575DE) is known color: Navy Blue. HEX triplet: 05, 75 and DE. RGB value is (5,117,222). Sum of RGB (Red+Green+Blue) = 5+117+222=344 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #0575DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0575DE is #FA8A21. Grayscale: #5E5E5E. Windows color (decimal): -16419362 or 14578949. OLE color: 14578949.

HSL color Cylindrical-coordinate representation of color #0575DE: hue angle of 209.03º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0575DE is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 117 222 -
CMYK 0.98 0.47 0 0.13
HSL 209.03º 0.96% 0.45% -
HSV(B) 209.03º 0.98% 0.87% -
XYZ 19.61 18.03 71.55 -
YUV 95.48 199.39 63.46 -
System Red Green Blue C M Y K H S L
Decimal 5 117 222 0.98 0.47 0 0.13 209.03 0.96 0.45
Hex 5 75 DE 62 2F 0 D D1 60 2D
Octal 5 165 336 142 57 0 15 321 140 55
Binary 101 1110101 11011110 1100010 101111 0 1101 11010001 1100000 101101

Color Harmonies of #0575DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0575DE

Black with #0575DE

Text Example


Text Example

White with #0575DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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