Html Css Color HEX #075AFF Navy Blue

📋 copy color: '#075AFF'

red 7 ◦ green 90 ◦ blue 255

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

Shades of Navy Blue #075AFF

Tints of Navy Blue #075AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.44%

R = 1.99%
G = 25.57%
B = 72.44%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#075AFF (or 0x075AFF) is known color: Navy Blue. HEX triplet: 07, 5A and FF. RGB value is (7,90,255). Sum of RGB (Red+Green+Blue) = 7+90+255=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #075AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075AFF is #F8A500. Grayscale: #535353. Windows color (decimal): -16295169 or 16734727. OLE color: 16734727.

HSL color Cylindrical-coordinate representation of color #075AFF: hue angle of 219.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075AFF is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 7 90 255 -
CMYK 0.97 0.65 0 0
HSL 219.92º 1% 0.51% -
HSV(B) 219.92º 0.97% 1% -
XYZ 21.79 14.58 96.27 -
YUV 83.99 224.5 73.08 -
System Red Green Blue C M Y K H S L
Decimal 7 90 255 0.97 0.65 0 0 219.92 1 0.51
Hex 7 5A FF 61 41 0 0 DC 64 33
Octal 7 132 377 141 101 0 0 334 144 63
Binary 111 1011010 11111111 1100001 1000001 0 0 11011100 1100100 110011

Color Harmonies of #075AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075AFF

Black with #075AFF

Text Example


Text Example

White with #075AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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