Html Css Color HEX #0773DD Navy Blue

📋 copy color: '#0773DD'

red 7 ◦ green 115 ◦ blue 221

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

Shades of Navy Blue #0773DD

Tints of Navy Blue #0773DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

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

R = 2.04%
G = 33.53%
B = 64.43%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0773DD (or 0x0773DD) is known color: Navy Blue. HEX triplet: 07, 73 and DD. RGB value is (7,115,221). Sum of RGB (Red+Green+Blue) = 7+115+221=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #0773DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0773DD is #F88C22. Grayscale: #5E5E5E. Windows color (decimal): -16288803 or 14512903. OLE color: 14512903.

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

Color convert

RGB 7 115 221 -
CMYK 0.97 0.48 0 0.13
HSL 209.72º 0.94% 0.45% -
HSV(B) 209.72º 0.97% 0.87% -
XYZ 19.27 17.53 70.77 -
YUV 94.79 199.22 65.38 -
System Red Green Blue C M Y K H S L
Decimal 7 115 221 0.97 0.48 0 0.13 209.72 0.94 0.45
Hex 7 73 DD 61 30 0 D D2 5E 2D
Octal 7 163 335 141 60 0 15 322 136 55
Binary 111 1110011 11011101 1100001 110000 0 1101 11010010 1011110 101101

Color Harmonies of #0773DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0773DD

Black with #0773DD

Text Example


Text Example

White with #0773DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0773DD; }

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

 H1.HeaderClassName
 {
   color: #0773DD;
 }
 .AnyTagClassName
 {
   color: #0773DD;
 }
</style>

background-color css

<style>
 a { background-color: #0773DD; }

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

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

border-color css

<style>
 span { border-color: #0773DD; }

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

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