Html Css Color HEX #075EFA Navy Blue

📋 copy color: '#075EFA'

red 7 ◦ green 94 ◦ blue 250

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

Shades of Navy Blue #075EFA

Tints of Navy Blue #075EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.23%

R = 1.99%
G = 26.78%
B = 71.23%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#075EFA (or 0x075EFA) is known color: Navy Blue. HEX triplet: 07, 5E and FA. RGB value is (7,94,250). Sum of RGB (Red+Green+Blue) = 7+94+250=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #075EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075EFA is #F8A105. Grayscale: #555555. Windows color (decimal): -16294150 or 16408071. OLE color: 16408071.

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

Color convert

RGB 7 94 250 -
CMYK 0.97 0.62 0 0.02
HSL 218.52º 0.96% 0.5% -
HSV(B) 218.52º 0.97% 0.98% -
XYZ 21.35 14.95 92.2 -
YUV 85.77 220.68 71.82 -
System Red Green Blue C M Y K H S L
Decimal 7 94 250 0.97 0.62 0 0.02 218.52 0.96 0.5
Hex 7 5E FA 61 3E 0 2 DB 60 32
Octal 7 136 372 141 76 0 2 333 140 62
Binary 111 1011110 11111010 1100001 111110 0 10 11011011 1100000 110010

Color Harmonies of #075EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075EFA

Black with #075EFA

Text Example


Text Example

White with #075EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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