Html Css Color HEX #075FDF Navy Blue

📋 copy color: '#075FDF'

red 7 ◦ green 95 ◦ blue 223

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

Shades of Navy Blue #075FDF

Tints of Navy Blue #075FDF

RGB

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

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

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

R = 2.15%
G = 29.23%
B = 68.62%

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

#075FDF (or 0x075FDF) is known color: Navy Blue. HEX triplet: 07, 5F and DF. RGB value is (7,95,223). Sum of RGB (Red+Green+Blue) = 7+95+223=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #075FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FDF is #F8A020. Grayscale: #525252. Windows color (decimal): -16293921 or 14638855. OLE color: 14638855.

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

Color convert

RGB 7 95 223 -
CMYK 0.97 0.57 0 0.13
HSL 215.56º 0.94% 0.45% -
HSV(B) 215.56º 0.97% 0.87% -
XYZ 17.5 13.56 71.51 -
YUV 83.28 206.85 73.59 -
System Red Green Blue C M Y K H S L
Decimal 7 95 223 0.97 0.57 0 0.13 215.56 0.94 0.45
Hex 7 5F DF 61 39 0 D D8 5E 2D
Octal 7 137 337 141 71 0 15 330 136 55
Binary 111 1011111 11011111 1100001 111001 0 1101 11011000 1011110 101101

Color Harmonies of #075FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FDF

Black with #075FDF

Text Example


Text Example

White with #075FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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