Html Css Color HEX #075FE5 Navy Blue

📋 copy color: '#075FE5'

red 7 ◦ green 95 ◦ blue 229

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

Shades of Navy Blue #075FE5

Tints of Navy Blue #075FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 69.18%

R = 2.11%
G = 28.7%
B = 69.18%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#075FE5 (or 0x075FE5) is known color: Navy Blue. HEX triplet: 07, 5F and E5. RGB value is (7,95,229). Sum of RGB (Red+Green+Blue) = 7+95+229=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 229 (89.84% from 255 or 69.18% from 331); Max value from RGB is 229 - color contains mainly: blue. Hex color #075FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FE5 is #F8A01A. Grayscale: #535353. Windows color (decimal): -16293915 or 15032071. OLE color: 15032071.

HSL color Cylindrical-coordinate representation of color #075FE5: hue angle of 216.22º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075FE5 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 7 95 229 -
CMYK 0.97 0.59 0 0.10
HSL 216.22º 0.94% 0.46% -
HSV(B) 216.22º 0.97% 0.9% -
XYZ 18.32 13.89 75.84 -
YUV 83.96 209.85 73.1 -
System Red Green Blue C M Y K H S L
Decimal 7 95 229 0.97 0.59 0 0.10 216.22 0.94 0.46
Hex 7 5F E5 61 3B 0 A D8 5E 2E
Octal 7 137 345 141 73 0 12 330 136 56
Binary 111 1011111 11100101 1100001 111011 0 1010 11011000 1011110 101110

Color Harmonies of #075FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FE5

Black with #075FE5

Text Example


Text Example

White with #075FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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