Html Css Color HEX #075FCC Navy Blue

📋 copy color: '#075FCC'

red 7 ◦ green 95 ◦ blue 204

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

Shades of Navy Blue #075FCC

Tints of Navy Blue #075FCC

RGB

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

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

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

R = 2.29%
G = 31.05%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#075FCC (or 0x075FCC) is known color: Navy Blue. HEX triplet: 07, 5F and CC. RGB value is (7,95,204). Sum of RGB (Red+Green+Blue) = 7+95+204=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #075FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FCC is #F8A033. Grayscale: #505050. Windows color (decimal): -16293940 or 13393671. OLE color: 13393671.

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

Color convert

RGB 7 95 204 -
CMYK 0.97 0.53 0 0.2
HSL 213.2º 0.93% 0.41% -
HSV(B) 213.2º 0.97% 0.8% -
XYZ 15.08 12.59 58.76 -
YUV 81.11 197.35 75.14 -
System Red Green Blue C M Y K H S L
Decimal 7 95 204 0.97 0.53 0 0.2 213.2 0.93 0.41
Hex 7 5F CC 61 35 0 14 D5 5D 29
Octal 7 137 314 141 65 0 24 325 135 51
Binary 111 1011111 11001100 1100001 110101 0 10100 11010101 1011101 101001

Color Harmonies of #075FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FCC

Black with #075FCC

Text Example


Text Example

White with #075FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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