Html Css Color HEX #075CDA Navy Blue

📋 copy color: '#075CDA'

red 7 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #075CDA

Tints of Navy Blue #075CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 2.21%
G = 29.02%
B = 68.77%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#075CDA (or 0x075CDA) is known color: Navy Blue. HEX triplet: 07, 5C and DA. RGB value is (7,92,218). Sum of RGB (Red+Green+Blue) = 7+92+218=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #075CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CDA is #F8A325. Grayscale: #505050. Windows color (decimal): -16294694 or 14310407. OLE color: 14310407.

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

Color convert

RGB 7 92 218 -
CMYK 0.97 0.58 0 0.15
HSL 215.83º 0.94% 0.44% -
HSV(B) 215.83º 0.97% 0.85% -
XYZ 16.57 12.76 67.92 -
YUV 80.95 205.34 75.25 -
System Red Green Blue C M Y K H S L
Decimal 7 92 218 0.97 0.58 0 0.15 215.83 0.94 0.44
Hex 7 5C DA 61 3A 0 F D8 5E 2C
Octal 7 134 332 141 72 0 17 330 136 54
Binary 111 1011100 11011010 1100001 111010 0 1111 11011000 1011110 101100

Color Harmonies of #075CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CDA

Black with #075CDA

Text Example


Text Example

White with #075CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,92,218); }

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

background-color css

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

 a { background-color: rgb(7,92,218); }

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

border-color css

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

 span { border-color: rgb(7,92,218); }

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