Html Css Color HEX #075ECC Navy Blue

📋 copy color: '#075ECC'

red 7 ◦ green 94 ◦ blue 204

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

Shades of Navy Blue #075ECC

Tints of Navy Blue #075ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

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

R = 2.3%
G = 30.82%
B = 66.89%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#075ECC (or 0x075ECC) is known color: Navy Blue. HEX triplet: 07, 5E and CC. RGB value is (7,94,204). Sum of RGB (Red+Green+Blue) = 7+94+204=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #075ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ECC is #F8A133. Grayscale: #505050. Windows color (decimal): -16294196 or 13393415. OLE color: 13393415.

HSL color Cylindrical-coordinate representation of color #075ECC: hue angle of 213.5º 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 #075ECC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 94 204 -
CMYK 0.97 0.54 0 0.2
HSL 213.5º 0.93% 0.41% -
HSV(B) 213.5º 0.97% 0.8% -
XYZ 14.99 12.41 58.73 -
YUV 80.53 197.68 75.56 -
System Red Green Blue C M Y K H S L
Decimal 7 94 204 0.97 0.54 0 0.2 213.5 0.93 0.41
Hex 7 5E CC 61 36 0 14 D6 5D 29
Octal 7 136 314 141 66 0 24 326 135 51
Binary 111 1011110 11001100 1100001 110110 0 10100 11010110 1011101 101001

Color Harmonies of #075ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075ECC

Black with #075ECC

Text Example


Text Example

White with #075ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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