Html Css Color HEX #075ADA Navy Blue

📋 copy color: '#075ADA'

red 7 ◦ green 90 ◦ blue 218

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

Shades of Navy Blue #075ADA

Tints of Navy Blue #075ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.21%

R = 2.22%
G = 28.57%
B = 69.21%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#075ADA (or 0x075ADA) is known color: Navy Blue. HEX triplet: 07, 5A and DA. RGB value is (7,90,218). Sum of RGB (Red+Green+Blue) = 7+90+218=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #075ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ADA is #F8A525. Grayscale: #4F4F4F. Windows color (decimal): -16295206 or 14309895. OLE color: 14309895.

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

Color convert

RGB 7 90 218 -
CMYK 0.97 0.59 0 0.15
HSL 216.4º 0.94% 0.44% -
HSV(B) 216.4º 0.97% 0.85% -
XYZ 16.4 12.42 67.86 -
YUV 79.78 206 76.09 -
System Red Green Blue C M Y K H S L
Decimal 7 90 218 0.97 0.59 0 0.15 216.4 0.94 0.44
Hex 7 5A DA 61 3B 0 F D8 5E 2C
Octal 7 132 332 141 73 0 17 330 136 54
Binary 111 1011010 11011010 1100001 111011 0 1111 11011000 1011110 101100

Color Harmonies of #075ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075ADA

Black with #075ADA

Text Example


Text Example

White with #075ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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