Html Css Color HEX #075AFE Navy Blue

📋 copy color: '#075AFE'

red 7 ◦ green 90 ◦ blue 254

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

Shades of Navy Blue #075AFE

Tints of Navy Blue #075AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.36%

R = 1.99%
G = 25.64%
B = 72.36%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#075AFE (or 0x075AFE) is known color: Navy Blue. HEX triplet: 07, 5A and FE. RGB value is (7,90,254). Sum of RGB (Red+Green+Blue) = 7+90+254=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #075AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075AFE is #F8A501. Grayscale: #535353. Windows color (decimal): -16295170 or 16669191. OLE color: 16669191.

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

Color convert

RGB 7 90 254 -
CMYK 0.97 0.65 0 0.00
HSL 219.84º 0.99% 0.51% -
HSV(B) 219.84º 0.97% 1% -
XYZ 21.63 14.51 95.43 -
YUV 83.88 224 73.16 -
System Red Green Blue C M Y K H S L
Decimal 7 90 254 0.97 0.65 0 0.00 219.84 0.99 0.51
Hex 7 5A FE 61 41 0 0 DC 63 33
Octal 7 132 376 141 101 0 0 334 143 63
Binary 111 1011010 11111110 1100001 1000001 0 0 11011100 1100011 110011

Color Harmonies of #075AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075AFE

Black with #075AFE

Text Example


Text Example

White with #075AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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