Html Css Color HEX #075EFB Navy Blue

📋 copy color: '#075EFB'

red 7 ◦ green 94 ◦ blue 251

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

Shades of Navy Blue #075EFB

Tints of Navy Blue #075EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.7%

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 1.99%
G = 26.7%
B = 71.31%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#075EFB (or 0x075EFB) is known color: Navy Blue. HEX triplet: 07, 5E and FB. RGB value is (7,94,251). Sum of RGB (Red+Green+Blue) = 7+94+251=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #075EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075EFB is #F8A104. Grayscale: #555555. Windows color (decimal): -16294149 or 16473607. OLE color: 16473607.

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

Color convert

RGB 7 94 251 -
CMYK 0.97 0.63 0 0.02
HSL 218.61º 0.97% 0.51% -
HSV(B) 218.61º 0.97% 0.98% -
XYZ 21.5 15.02 93.03 -
YUV 85.89 221.18 71.73 -
System Red Green Blue C M Y K H S L
Decimal 7 94 251 0.97 0.63 0 0.02 218.61 0.97 0.51
Hex 7 5E FB 61 3F 0 2 DB 61 33
Octal 7 136 373 141 77 0 2 333 141 63
Binary 111 1011110 11111011 1100001 111111 0 10 11011011 1100001 110011

Color Harmonies of #075EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075EFB

Black with #075EFB

Text Example


Text Example

White with #075EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,94,251); }

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

background-color css

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

 a { background-color: rgb(7,94,251); }

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

border-color css

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

 span { border-color: rgb(7,94,251); }

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