Html Css Color HEX #075BFC Navy Blue

📋 copy color: '#075BFC'

red 7 ◦ green 91 ◦ blue 252

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

Shades of Navy Blue #075BFC

Tints of Navy Blue #075BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 2%
G = 26%
B = 72%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#075BFC (or 0x075BFC) is known color: Navy Blue. HEX triplet: 07, 5B and FC. RGB value is (7,91,252). Sum of RGB (Red+Green+Blue) = 7+91+252=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #075BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075BFC is #F8A403. Grayscale: #535353. Windows color (decimal): -16294916 or 16538375. OLE color: 16538375.

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

Color convert

RGB 7 91 252 -
CMYK 0.97 0.64 0 0.01
HSL 219.43º 0.98% 0.51% -
HSV(B) 219.43º 0.97% 0.99% -
XYZ 21.4 14.56 93.78 -
YUV 84.24 222.67 72.91 -
System Red Green Blue C M Y K H S L
Decimal 7 91 252 0.97 0.64 0 0.01 219.43 0.98 0.51
Hex 7 5B FC 61 40 0 1 DB 62 33
Octal 7 133 374 141 100 0 1 333 142 63
Binary 111 1011011 11111100 1100001 1000000 0 1 11011011 1100010 110011

Color Harmonies of #075BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BFC

Black with #075BFC

Text Example


Text Example

White with #075BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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