Html Css Color HEX #075BDE Navy Blue

📋 copy color: '#075BDE'

red 7 ◦ green 91 ◦ blue 222

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

Shades of Navy Blue #075BDE

Tints of Navy Blue #075BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.38%

R = 2.19%
G = 28.44%
B = 69.38%

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

#075BDE (or 0x075BDE) is known color: Navy Blue. HEX triplet: 07, 5B and DE. RGB value is (7,91,222). Sum of RGB (Red+Green+Blue) = 7+91+222=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #075BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BDE is #F8A421. Grayscale: #505050. Windows color (decimal): -16294946 or 14572295. OLE color: 14572295.

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

Color convert

RGB 7 91 222 -
CMYK 0.97 0.59 0 0.13
HSL 216.56º 0.94% 0.45% -
HSV(B) 216.56º 0.97% 0.87% -
XYZ 17.01 12.8 70.68 -
YUV 80.82 207.67 75.35 -
System Red Green Blue C M Y K H S L
Decimal 7 91 222 0.97 0.59 0 0.13 216.56 0.94 0.45
Hex 7 5B DE 61 3B 0 D D9 5E 2D
Octal 7 133 336 141 73 0 15 331 136 55
Binary 111 1011011 11011110 1100001 111011 0 1101 11011001 1011110 101101

Color Harmonies of #075BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BDE

Black with #075BDE

Text Example


Text Example

White with #075BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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