Html Css Color HEX #075DF4 Navy Blue

📋 copy color: '#075DF4'

red 7 ◦ green 93 ◦ blue 244

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

Shades of Navy Blue #075DF4

Tints of Navy Blue #075DF4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

 BLUE value IS 244 (95.7% from 255) = 70.93%

R = 2.03%
G = 27.03%
B = 70.93%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#075DF4 (or 0x075DF4) is known color: Navy Blue. HEX triplet: 07, 5D and F4. RGB value is (7,93,244). Sum of RGB (Red+Green+Blue) = 7+93+244=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 244 (95.70% from 255 or 70.93% from 344); Max value from RGB is 244 - color contains mainly: blue. Hex color #075DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075DF4 is #F8A20B. Grayscale: #535353. Windows color (decimal): -16294412 or 16014599. OLE color: 16014599.

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

Color convert

RGB 7 93 244 -
CMYK 0.97 0.62 0 0.04
HSL 218.23º 0.94% 0.49% -
HSV(B) 218.23º 0.97% 0.96% -
XYZ 20.33 14.41 87.3 -
YUV 84.5 218.01 72.72 -
System Red Green Blue C M Y K H S L
Decimal 7 93 244 0.97 0.62 0 0.04 218.23 0.94 0.49
Hex 7 5D F4 61 3E 0 4 DA 5E 31
Octal 7 135 364 141 76 0 4 332 136 61
Binary 111 1011101 11110100 1100001 111110 0 100 11011010 1011110 110001

Color Harmonies of #075DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DF4

Black with #075DF4

Text Example


Text Example

White with #075DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,93,244); }

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

background-color css

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

 a { background-color: rgb(7,93,244); }

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

border-color css

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

 span { border-color: rgb(7,93,244); }

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