Html Css Color HEX #075BFE Navy Blue

📋 copy color: '#075BFE'

red 7 ◦ green 91 ◦ blue 254

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

Shades of Navy Blue #075BFE

Tints of Navy Blue #075BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

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

R = 1.99%
G = 25.85%
B = 72.16%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#075BFE (or 0x075BFE) is known color: Navy Blue. HEX triplet: 07, 5B and FE. RGB value is (7,91,254). Sum of RGB (Red+Green+Blue) = 7+91+254=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #075BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075BFE is #F8A401. Grayscale: #535353. Windows color (decimal): -16294914 or 16669447. OLE color: 16669447.

HSL color Cylindrical-coordinate representation of color #075BFE: hue angle of 219.6º 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 #075BFE is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 91 254 -
CMYK 0.97 0.64 0 0.00
HSL 219.6º 0.99% 0.51% -
HSV(B) 219.6º 0.97% 1% -
XYZ 21.72 14.68 95.46 -
YUV 84.47 223.67 72.75 -
System Red Green Blue C M Y K H S L
Decimal 7 91 254 0.97 0.64 0 0.00 219.6 0.99 0.51
Hex 7 5B FE 61 40 0 0 DC 63 33
Octal 7 133 376 141 100 0 0 334 143 63
Binary 111 1011011 11111110 1100001 1000000 0 0 11011100 1100011 110011

Color Harmonies of #075BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BFE

Black with #075BFE

Text Example


Text Example

White with #075BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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