Html Css Color HEX #1077C8 Navy Blue

📋 copy color: '#1077C8'

red 16 ◦ green 119 ◦ blue 200

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

Shades of Navy Blue #1077C8

Tints of Navy Blue #1077C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 59.7%

R = 4.78%
G = 35.52%
B = 59.7%

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

#1077C8 (or 0x1077C8) is known color: Navy Blue. HEX triplet: 10, 77 and C8. RGB value is (16,119,200). Sum of RGB (Red+Green+Blue) = 16+119+200=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 200 (78.52% from 255 or 59.70% from 335); Max value from RGB is 200 - color contains mainly: blue. Hex color #1077C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1077C8 is #EF8837. Grayscale: #616161. Windows color (decimal): -15697976 or 13137680. OLE color: 13137680.

HSL color Cylindrical-coordinate representation of color #1077C8: hue angle of 206.41º 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 #1077C8 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 119 200 -
CMYK 0.92 0.40 0 0.22
HSL 206.41º 0.85% 0.42% -
HSV(B) 206.41º 0.92% 0.78% -
XYZ 17.24 17.47 57.11 -
YUV 97.44 185.88 69.91 -
System Red Green Blue C M Y K H S L
Decimal 16 119 200 0.92 0.40 0 0.22 206.41 0.85 0.42
Hex 10 77 C8 5C 28 0 16 CE 55 2A
Octal 20 167 310 134 50 0 26 316 125 52
Binary 10000 1110111 11001000 1011100 101000 0 10110 11001110 1010101 101010

Color Harmonies of #1077C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1077C8

Black with #1077C8

Text Example


Text Example

White with #1077C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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