Html Css Color HEX #1076DC Navy Blue

📋 copy color: '#1076DC'

red 16 ◦ green 118 ◦ blue 220

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

Shades of Navy Blue #1076DC

Tints of Navy Blue #1076DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 4.52%
G = 33.33%
B = 62.15%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1076DC (or 0x1076DC) is known color: Navy Blue. HEX triplet: 10, 76 and DC. RGB value is (16,118,220). Sum of RGB (Red+Green+Blue) = 16+118+220=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #1076DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1076DC is #EF8923. Grayscale: #626262. Windows color (decimal): -15698212 or 14448144. OLE color: 14448144.

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

Color convert

RGB 16 118 220 -
CMYK 0.93 0.46 0 0.14
HSL 210º 0.86% 0.46% -
HSV(B) 210º 0.93% 0.86% -
XYZ 19.61 18.23 70.2 -
YUV 99.13 196.21 68.71 -
System Red Green Blue C M Y K H S L
Decimal 16 118 220 0.93 0.46 0 0.14 210 0.86 0.46
Hex 10 76 DC 5D 2E 0 E D2 56 2E
Octal 20 166 334 135 56 0 16 322 126 56
Binary 10000 1110110 11011100 1011101 101110 0 1110 11010010 1010110 101110

Color Harmonies of #1076DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076DC

Black with #1076DC

Text Example


Text Example

White with #1076DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1076DC; }

 p { color: rgb(16,118,220); }

 H1.HeaderClassName
 {
   color: #1076DC;
 }
 .AnyTagClassName
 {
   color: #1076DC;
 }
</style>

background-color css

<style>
 a { background-color: #1076DC; }

 a { background-color: rgb(16,118,220); }

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

border-color css

<style>
 span { border-color: #1076DC; }

 span { border-color: rgb(16,118,220); }

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