Html Css Color HEX #1077DA Navy Blue

📋 copy color: '#1077DA'

red 16 ◦ green 119 ◦ blue 218

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

Shades of Navy Blue #1077DA

Tints of Navy Blue #1077DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 4.53%
G = 33.71%
B = 61.76%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1077DA (or 0x1077DA) is known color: Navy Blue. HEX triplet: 10, 77 and DA. RGB value is (16,119,218). Sum of RGB (Red+Green+Blue) = 16+119+218=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #1077DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1077DA is #EF8825. Grayscale: #626262. Windows color (decimal): -15697958 or 14317328. OLE color: 14317328.

HSL color Cylindrical-coordinate representation of color #1077DA: hue angle of 209.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1077DA is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 119 218 -
CMYK 0.93 0.45 0 0.15
HSL 209.41º 0.86% 0.46% -
HSV(B) 209.41º 0.93% 0.85% -
XYZ 19.47 18.37 68.85 -
YUV 99.49 194.88 68.45 -
System Red Green Blue C M Y K H S L
Decimal 16 119 218 0.93 0.45 0 0.15 209.41 0.86 0.46
Hex 10 77 DA 5D 2D 0 F D1 56 2E
Octal 20 167 332 135 55 0 17 321 126 56
Binary 10000 1110111 11011010 1011101 101101 0 1111 11010001 1010110 101110

Color Harmonies of #1077DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1077DA

Black with #1077DA

Text Example


Text Example

White with #1077DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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