Html Css Color HEX #075BDD Navy Blue

📋 copy color: '#075BDD'

red 7 ◦ green 91 ◦ blue 221

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

Shades of Navy Blue #075BDD

Tints of Navy Blue #075BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 2.19%
G = 28.53%
B = 69.28%

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

#075BDD (or 0x075BDD) is known color: Navy Blue. HEX triplet: 07, 5B and DD. RGB value is (7,91,221). Sum of RGB (Red+Green+Blue) = 7+91+221=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #075BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BDD is #F8A422. Grayscale: #505050. Windows color (decimal): -16294947 or 14506759. OLE color: 14506759.

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

Color convert

RGB 7 91 221 -
CMYK 0.97 0.59 0 0.13
HSL 216.45º 0.94% 0.45% -
HSV(B) 216.45º 0.97% 0.87% -
XYZ 16.88 12.75 69.98 -
YUV 80.7 207.17 75.43 -
System Red Green Blue C M Y K H S L
Decimal 7 91 221 0.97 0.59 0 0.13 216.45 0.94 0.45
Hex 7 5B DD 61 3B 0 D D8 5E 2D
Octal 7 133 335 141 73 0 15 330 136 55
Binary 111 1011011 11011101 1100001 111011 0 1101 11011000 1011110 101101

Color Harmonies of #075BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BDD

Black with #075BDD

Text Example


Text Example

White with #075BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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