Html Css Color HEX #075DFB Navy Blue

📋 copy color: '#075DFB'

red 7 ◦ green 93 ◦ blue 251

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

Shades of Navy Blue #075DFB

Tints of Navy Blue #075DFB

RGB

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

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

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

R = 1.99%
G = 26.5%
B = 71.51%

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

#075DFB (or 0x075DFB) is known color: Navy Blue. HEX triplet: 07, 5D and FB. RGB value is (7,93,251). Sum of RGB (Red+Green+Blue) = 7+93+251=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #075DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075DFB is #F8A204. Grayscale: #545454. Windows color (decimal): -16294405 or 16473351. OLE color: 16473351.

HSL color Cylindrical-coordinate representation of color #075DFB: hue angle of 218.85º 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 #075DFB is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 93 251 -
CMYK 0.97 0.63 0 0.02
HSL 218.85º 0.97% 0.51% -
HSV(B) 218.85º 0.97% 0.98% -
XYZ 21.41 14.84 93 -
YUV 85.3 221.51 72.15 -
System Red Green Blue C M Y K H S L
Decimal 7 93 251 0.97 0.63 0 0.02 218.85 0.97 0.51
Hex 7 5D FB 61 3F 0 2 DB 61 33
Octal 7 135 373 141 77 0 2 333 141 63
Binary 111 1011101 11111011 1100001 111111 0 10 11011011 1100001 110011

Color Harmonies of #075DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DFB

Black with #075DFB

Text Example


Text Example

White with #075DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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