Html Css Color HEX #075FE0 Navy Blue

📋 copy color: '#075FE0'

red 7 ◦ green 95 ◦ blue 224

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

Shades of Navy Blue #075FE0

Tints of Navy Blue #075FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.71%

R = 2.15%
G = 29.14%
B = 68.71%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#075FE0 (or 0x075FE0) is known color: Navy Blue. HEX triplet: 07, 5F and E0. RGB value is (7,95,224). Sum of RGB (Red+Green+Blue) = 7+95+224=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #075FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FE0 is #F8A01F. Grayscale: #525252. Windows color (decimal): -16293920 or 14704391. OLE color: 14704391.

HSL color Cylindrical-coordinate representation of color #075FE0: hue angle of 215.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075FE0 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 7 95 224 -
CMYK 0.97 0.58 0 0.12
HSL 215.67º 0.94% 0.45% -
HSV(B) 215.67º 0.97% 0.88% -
XYZ 17.63 13.61 72.22 -
YUV 83.39 207.35 73.51 -
System Red Green Blue C M Y K H S L
Decimal 7 95 224 0.97 0.58 0 0.12 215.67 0.94 0.45
Hex 7 5F E0 61 3A 0 C D8 5E 2D
Octal 7 137 340 141 72 0 14 330 136 55
Binary 111 1011111 11100000 1100001 111010 0 1100 11011000 1011110 101101

Color Harmonies of #075FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FE0

Black with #075FE0

Text Example


Text Example

White with #075FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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