Html Css Color HEX #0774C7 Navy Blue

📋 copy color: '#0774C7'

red 7 ◦ green 116 ◦ blue 199

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

Shades of Navy Blue #0774C7

Tints of Navy Blue #0774C7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 199 (78.13% from 255) = 61.8%

R = 2.17%
G = 36.02%
B = 61.8%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0774C7 (or 0x0774C7) is known color: Navy Blue. HEX triplet: 07, 74 and C7. RGB value is (7,116,199). Sum of RGB (Red+Green+Blue) = 7+116+199=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 199 (78.12% from 255 or 61.80% from 322); Max value from RGB is 199 - color contains mainly: blue. Hex color #0774C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0774C7 is #F88B38. Grayscale: #5C5C5C. Windows color (decimal): -16288569 or 13071367. OLE color: 13071367.

HSL color Cylindrical-coordinate representation of color #0774C7: hue angle of 205.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0774C7 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 116 199 -
CMYK 0.96 0.42 0 0.22
HSL 205.94º 0.93% 0.4% -
HSV(B) 205.94º 0.96% 0.78% -
XYZ 16.64 16.66 56.37 -
YUV 92.87 187.89 66.75 -
System Red Green Blue C M Y K H S L
Decimal 7 116 199 0.96 0.42 0 0.22 205.94 0.93 0.4
Hex 7 74 C7 60 2A 0 16 CE 5D 28
Octal 7 164 307 140 52 0 26 316 135 50
Binary 111 1110100 11000111 1100000 101010 0 10110 11001110 1011101 101000

Color Harmonies of #0774C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0774C7

Black with #0774C7

Text Example


Text Example

White with #0774C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0774C7; }

 p { color: rgb(7,116,199); }

 H1.HeaderClassName
 {
   color: #0774C7;
 }
 .AnyTagClassName
 {
   color: #0774C7;
 }
</style>

background-color css

<style>
 a { background-color: #0774C7; }

 a { background-color: rgb(7,116,199); }

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

border-color css

<style>
 span { border-color: #0774C7; }

 span { border-color: rgb(7,116,199); }

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