Html Css Color HEX #075FCD Navy Blue

📋 copy color: '#075FCD'

red 7 ◦ green 95 ◦ blue 205

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

Shades of Navy Blue #075FCD

Tints of Navy Blue #075FCD

RGB

 RED value IS 7 (3.13% from 255) = 2.28%

 GREEN value IS 95 (37.5% from 255) = 30.94%

 BLUE value IS 205 (80.47% from 255) = 66.78%

R = 2.28%
G = 30.94%
B = 66.78%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#075FCD (or 0x075FCD) is known color: Navy Blue. HEX triplet: 07, 5F and CD. RGB value is (7,95,205). Sum of RGB (Red+Green+Blue) = 7+95+205=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #075FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FCD is #F8A032. Grayscale: #505050. Windows color (decimal): -16293939 or 13459207. OLE color: 13459207.

HSL color Cylindrical-coordinate representation of color #075FCD: hue angle of 213.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075FCD is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 95 205 -
CMYK 0.97 0.54 0 0.20
HSL 213.33º 0.93% 0.42% -
HSV(B) 213.33º 0.97% 0.8% -
XYZ 15.2 12.64 59.4 -
YUV 81.23 197.85 75.06 -
System Red Green Blue C M Y K H S L
Decimal 7 95 205 0.97 0.54 0 0.20 213.33 0.93 0.42
Hex 7 5F CD 61 36 0 14 D5 5D 2A
Octal 7 137 315 141 66 0 24 325 135 52
Binary 111 1011111 11001101 1100001 110110 0 10100 11010101 1011101 101010

Color Harmonies of #075FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FCD

Black with #075FCD

Text Example


Text Example

White with #075FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075FCD; }

 p { color: rgb(7,95,205); }

 H1.HeaderClassName
 {
   color: #075FCD;
 }
 .AnyTagClassName
 {
   color: #075FCD;
 }
</style>

background-color css

<style>
 a { background-color: #075FCD; }

 a { background-color: rgb(7,95,205); }

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

border-color css

<style>
 span { border-color: #075FCD; }

 span { border-color: rgb(7,95,205); }

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