Html Css Color HEX #075FDD Navy Blue

📋 copy color: '#075FDD'

red 7 ◦ green 95 ◦ blue 221

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

Shades of Navy Blue #075FDD

Tints of Navy Blue #075FDD

RGB

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

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

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

R = 2.17%
G = 29.41%
B = 68.42%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#075FDD (or 0x075FDD) is known color: Navy Blue. HEX triplet: 07, 5F and DD. RGB value is (7,95,221). Sum of RGB (Red+Green+Blue) = 7+95+221=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #075FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FDD is #F8A022. Grayscale: #525252. Windows color (decimal): -16293923 or 14507783. OLE color: 14507783.

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

Color convert

RGB 7 95 221 -
CMYK 0.97 0.57 0 0.13
HSL 215.33º 0.94% 0.45% -
HSV(B) 215.33º 0.97% 0.87% -
XYZ 17.23 13.45 70.09 -
YUV 83.05 205.85 73.75 -
System Red Green Blue C M Y K H S L
Decimal 7 95 221 0.97 0.57 0 0.13 215.33 0.94 0.45
Hex 7 5F DD 61 39 0 D D7 5E 2D
Octal 7 137 335 141 71 0 15 327 136 55
Binary 111 1011111 11011101 1100001 111001 0 1101 11010111 1011110 101101

Color Harmonies of #075FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FDD

Black with #075FDD

Text Example


Text Example

White with #075FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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