Html Css Color HEX #1077C2 Navy Blue

📋 copy color: '#1077C2'

red 16 ◦ green 119 ◦ blue 194

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

Shades of Navy Blue #1077C2

Tints of Navy Blue #1077C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 58.97%

R = 4.86%
G = 36.17%
B = 58.97%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1077C2 (or 0x1077C2) is known color: Navy Blue. HEX triplet: 10, 77 and C2. RGB value is (16,119,194). Sum of RGB (Red+Green+Blue) = 16+119+194=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #1077C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1077C2 is #EF883D. Grayscale: #606060. Windows color (decimal): -15697982 or 12744464. OLE color: 12744464.

HSL color Cylindrical-coordinate representation of color #1077C2: hue angle of 205.28º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1077C2 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 119 194 -
CMYK 0.92 0.39 0 0.24
HSL 205.28º 0.85% 0.41% -
HSV(B) 205.28º 0.92% 0.76% -
XYZ 16.55 17.2 53.49 -
YUV 96.75 182.88 70.4 -
System Red Green Blue C M Y K H S L
Decimal 16 119 194 0.92 0.39 0 0.24 205.28 0.85 0.41
Hex 10 77 C2 5C 27 0 18 CD 55 29
Octal 20 167 302 134 47 0 30 315 125 51
Binary 10000 1110111 11000010 1011100 100111 0 11000 11001101 1010101 101001

Color Harmonies of #1077C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1077C2

Black with #1077C2

Text Example


Text Example

White with #1077C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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