Html Css Color HEX #075AD5 Navy Blue

📋 copy color: '#075AD5'

red 7 ◦ green 90 ◦ blue 213

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

Shades of Navy Blue #075AD5

Tints of Navy Blue #075AD5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

 BLUE value IS 213 (83.59% from 255) = 68.71%

R = 2.26%
G = 29.03%
B = 68.71%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#075AD5 (or 0x075AD5) is known color: Navy Blue. HEX triplet: 07, 5A and D5. RGB value is (7,90,213). Sum of RGB (Red+Green+Blue) = 7+90+213=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #075AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075AD5 is #F8A52A. Grayscale: #4E4E4E. Windows color (decimal): -16295211 or 13982215. OLE color: 13982215.

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

Color convert

RGB 7 90 213 -
CMYK 0.97 0.58 0 0.16
HSL 215.83º 0.94% 0.43% -
HSV(B) 215.83º 0.97% 0.84% -
XYZ 15.75 12.16 64.47 -
YUV 79.21 203.5 76.5 -
System Red Green Blue C M Y K H S L
Decimal 7 90 213 0.97 0.58 0 0.16 215.83 0.94 0.43
Hex 7 5A D5 61 3A 0 10 D8 5E 2B
Octal 7 132 325 141 72 0 20 330 136 53
Binary 111 1011010 11010101 1100001 111010 0 10000 11011000 1011110 101011

Color Harmonies of #075AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075AD5

Black with #075AD5

Text Example


Text Example

White with #075AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,90,213); }

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

background-color css

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

 a { background-color: rgb(7,90,213); }

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

border-color css

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

 span { border-color: rgb(7,90,213); }

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