Html Css Color HEX #075ADD Navy Blue

📋 copy color: '#075ADD'

red 7 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #075ADD

Tints of Navy Blue #075ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 2.2%
G = 28.3%
B = 69.5%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#075ADD (or 0x075ADD) is known color: Navy Blue. HEX triplet: 07, 5A and DD. RGB value is (7,90,221). Sum of RGB (Red+Green+Blue) = 7+90+221=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #075ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ADD is #F8A522. Grayscale: #4F4F4F. Windows color (decimal): -16295203 or 14506503. OLE color: 14506503.

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

Color convert

RGB 7 90 221 -
CMYK 0.97 0.59 0 0.13
HSL 216.73º 0.94% 0.45% -
HSV(B) 216.73º 0.97% 0.87% -
XYZ 16.79 12.58 69.95 -
YUV 80.12 207.5 75.85 -
System Red Green Blue C M Y K H S L
Decimal 7 90 221 0.97 0.59 0 0.13 216.73 0.94 0.45
Hex 7 5A DD 61 3B 0 D D9 5E 2D
Octal 7 132 335 141 73 0 15 331 136 55
Binary 111 1011010 11011101 1100001 111011 0 1101 11011001 1011110 101101

Color Harmonies of #075ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075ADD

Black with #075ADD

Text Example


Text Example

White with #075ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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