Html Css Color HEX #0773CE Navy Blue

📋 copy color: '#0773CE'

red 7 ◦ green 115 ◦ blue 206

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

Shades of Navy Blue #0773CE

Tints of Navy Blue #0773CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 2.13%
G = 35.06%
B = 62.8%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0773CE (or 0x0773CE) is known color: Navy Blue. HEX triplet: 07, 73 and CE. RGB value is (7,115,206). Sum of RGB (Red+Green+Blue) = 7+115+206=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #0773CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0773CE is #F88C31. Grayscale: #5C5C5C. Windows color (decimal): -16288818 or 13529863. OLE color: 13529863.

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

Color convert

RGB 7 115 206 -
CMYK 0.97 0.44 0 0.19
HSL 207.44º 0.93% 0.42% -
HSV(B) 207.44º 0.97% 0.81% -
XYZ 17.36 16.76 60.71 -
YUV 93.08 191.72 66.6 -
System Red Green Blue C M Y K H S L
Decimal 7 115 206 0.97 0.44 0 0.19 207.44 0.93 0.42
Hex 7 73 CE 61 2C 0 13 CF 5D 2A
Octal 7 163 316 141 54 0 23 317 135 52
Binary 111 1110011 11001110 1100001 101100 0 10011 11001111 1011101 101010

Color Harmonies of #0773CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0773CE

Black with #0773CE

Text Example


Text Example

White with #0773CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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