Html Css Color HEX #075DF3 Navy Blue

📋 copy color: '#075DF3'

red 7 ◦ green 93 ◦ blue 243

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

Shades of Navy Blue #075DF3

Tints of Navy Blue #075DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 70.85%

R = 2.04%
G = 27.11%
B = 70.85%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#075DF3 (or 0x075DF3) is known color: Navy Blue. HEX triplet: 07, 5D and F3. RGB value is (7,93,243). Sum of RGB (Red+Green+Blue) = 7+93+243=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 243 (95.31% from 255 or 70.85% from 343); Max value from RGB is 243 - color contains mainly: blue. Hex color #075DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075DF3 is #F8A20C. Grayscale: #535353. Windows color (decimal): -16294413 or 15949063. OLE color: 15949063.

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

Color convert

RGB 7 93 243 -
CMYK 0.97 0.62 0 0.05
HSL 218.14º 0.94% 0.49% -
HSV(B) 218.14º 0.97% 0.95% -
XYZ 20.18 14.34 86.5 -
YUV 84.39 217.51 72.8 -
System Red Green Blue C M Y K H S L
Decimal 7 93 243 0.97 0.62 0 0.05 218.14 0.94 0.49
Hex 7 5D F3 61 3E 0 5 DA 5E 31
Octal 7 135 363 141 76 0 5 332 136 61
Binary 111 1011101 11110011 1100001 111110 0 101 11011010 1011110 110001

Color Harmonies of #075DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DF3

Black with #075DF3

Text Example


Text Example

White with #075DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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