Html Css Color HEX #1077C7 Navy Blue

📋 copy color: '#1077C7'

red 16 ◦ green 119 ◦ blue 199

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

Shades of Navy Blue #1077C7

Tints of Navy Blue #1077C7

RGB

 RED value IS 16 (6.64% from 255) = 4.79%

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 4.79%
G = 35.63%
B = 59.58%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1077C7 (or 0x1077C7) is known color: Navy Blue. HEX triplet: 10, 77 and C7. RGB value is (16,119,199). Sum of RGB (Red+Green+Blue) = 16+119+199=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 199 (78.12% from 255 or 59.58% from 334); Max value from RGB is 199 - color contains mainly: blue. Hex color #1077C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1077C7 is #EF8838. Grayscale: #606060. Windows color (decimal): -15697977 or 13072144. OLE color: 13072144.

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

Color convert

RGB 16 119 199 -
CMYK 0.92 0.40 0 0.22
HSL 206.23º 0.85% 0.42% -
HSV(B) 206.23º 0.92% 0.78% -
XYZ 17.12 17.43 56.49 -
YUV 97.32 185.38 70 -
System Red Green Blue C M Y K H S L
Decimal 16 119 199 0.92 0.40 0 0.22 206.23 0.85 0.42
Hex 10 77 C7 5C 28 0 16 CE 55 2A
Octal 20 167 307 134 50 0 26 316 125 52
Binary 10000 1110111 11000111 1011100 101000 0 10110 11001110 1010101 101010

Color Harmonies of #1077C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1077C7

Black with #1077C7

Text Example


Text Example

White with #1077C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,119,199); }

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

background-color css

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

 a { background-color: rgb(16,119,199); }

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

border-color css

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

 span { border-color: rgb(16,119,199); }

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