Html Css Color HEX #075DCF Navy Blue

📋 copy color: '#075DCF'

red 7 ◦ green 93 ◦ blue 207

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

Shades of Navy Blue #075DCF

Tints of Navy Blue #075DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.29%

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 2.28%
G = 30.29%
B = 67.43%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#075DCF (or 0x075DCF) is known color: Navy Blue. HEX triplet: 07, 5D and CF. RGB value is (7,93,207). Sum of RGB (Red+Green+Blue) = 7+93+207=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #075DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DCF is #F8A230. Grayscale: #4F4F4F. Windows color (decimal): -16294449 or 13589767. OLE color: 13589767.

HSL color Cylindrical-coordinate representation of color #075DCF: hue angle of 214.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075DCF is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 93 207 -
CMYK 0.97 0.55 0 0.19
HSL 214.2º 0.93% 0.42% -
HSV(B) 214.2º 0.97% 0.81% -
XYZ 15.26 12.38 60.62 -
YUV 80.28 199.51 75.73 -
System Red Green Blue C M Y K H S L
Decimal 7 93 207 0.97 0.55 0 0.19 214.2 0.93 0.42
Hex 7 5D CF 61 37 0 13 D6 5D 2A
Octal 7 135 317 141 67 0 23 326 135 52
Binary 111 1011101 11001111 1100001 110111 0 10011 11010110 1011101 101010

Color Harmonies of #075DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075DCF

Black with #075DCF

Text Example


Text Example

White with #075DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,93,207); }

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

background-color css

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

 a { background-color: rgb(7,93,207); }

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

border-color css

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

 span { border-color: rgb(7,93,207); }

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