Html Css Color HEX #075BDF Navy Blue

📋 copy color: '#075BDF'

red 7 ◦ green 91 ◦ blue 223

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

Shades of Navy Blue #075BDF

Tints of Navy Blue #075BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 2.18%
G = 28.35%
B = 69.47%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#075BDF (or 0x075BDF) is known color: Navy Blue. HEX triplet: 07, 5B and DF. RGB value is (7,91,223). Sum of RGB (Red+Green+Blue) = 7+91+223=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #075BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BDF is #F8A420. Grayscale: #505050. Windows color (decimal): -16294945 or 14637831. OLE color: 14637831.

HSL color Cylindrical-coordinate representation of color #075BDF: hue angle of 216.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075BDF is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 91 223 -
CMYK 0.97 0.59 0 0.13
HSL 216.67º 0.94% 0.45% -
HSV(B) 216.67º 0.97% 0.87% -
XYZ 17.15 12.86 71.39 -
YUV 80.93 208.17 75.27 -
System Red Green Blue C M Y K H S L
Decimal 7 91 223 0.97 0.59 0 0.13 216.67 0.94 0.45
Hex 7 5B DF 61 3B 0 D D9 5E 2D
Octal 7 133 337 141 73 0 15 331 136 55
Binary 111 1011011 11011111 1100001 111011 0 1101 11011001 1011110 101101

Color Harmonies of #075BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BDF

Black with #075BDF

Text Example


Text Example

White with #075BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,91,223); }

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

background-color css

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

 a { background-color: rgb(7,91,223); }

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

border-color css

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

 span { border-color: rgb(7,91,223); }

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