Html Css Color HEX #075FDB Navy Blue

📋 copy color: '#075FDB'

red 7 ◦ green 95 ◦ blue 219

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

Shades of Navy Blue #075FDB

Tints of Navy Blue #075FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 219 (85.94% from 255) = 68.22%

R = 2.18%
G = 29.6%
B = 68.22%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#075FDB (or 0x075FDB) is known color: Navy Blue. HEX triplet: 07, 5F and DB. RGB value is (7,95,219). Sum of RGB (Red+Green+Blue) = 7+95+219=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #075FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FDB is #F8A024. Grayscale: #525252. Windows color (decimal): -16293925 or 14376711. OLE color: 14376711.

HSL color Cylindrical-coordinate representation of color #075FDB: hue angle of 215.09º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075FDB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 95 219 -
CMYK 0.97 0.57 0 0.14
HSL 215.09º 0.94% 0.44% -
HSV(B) 215.09º 0.97% 0.86% -
XYZ 16.97 13.34 68.7 -
YUV 82.82 204.85 73.92 -
System Red Green Blue C M Y K H S L
Decimal 7 95 219 0.97 0.57 0 0.14 215.09 0.94 0.44
Hex 7 5F DB 61 39 0 E D7 5E 2C
Octal 7 137 333 141 71 0 16 327 136 54
Binary 111 1011111 11011011 1100001 111001 0 1110 11010111 1011110 101100

Color Harmonies of #075FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FDB

Black with #075FDB

Text Example


Text Example

White with #075FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,95,219); }

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

background-color css

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

 a { background-color: rgb(7,95,219); }

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

border-color css

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

 span { border-color: rgb(7,95,219); }

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