Html Css Color HEX #1076DA Navy Blue

📋 copy color: '#1076DA'

red 16 ◦ green 118 ◦ blue 218

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

Shades of Navy Blue #1076DA

Tints of Navy Blue #1076DA

RGB

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

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

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

R = 4.55%
G = 33.52%
B = 61.93%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1076DA (or 0x1076DA) is known color: Navy Blue. HEX triplet: 10, 76 and DA. RGB value is (16,118,218). Sum of RGB (Red+Green+Blue) = 16+118+218=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #1076DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1076DA is #EF8925. Grayscale: #626262. Windows color (decimal): -15698214 or 14317072. OLE color: 14317072.

HSL color Cylindrical-coordinate representation of color #1076DA: hue angle of 209.7º 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 #1076DA is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 118 218 -
CMYK 0.93 0.46 0 0.15
HSL 209.7º 0.86% 0.46% -
HSV(B) 209.7º 0.93% 0.85% -
XYZ 19.35 18.13 68.81 -
YUV 98.9 195.21 68.87 -
System Red Green Blue C M Y K H S L
Decimal 16 118 218 0.93 0.46 0 0.15 209.7 0.86 0.46
Hex 10 76 DA 5D 2E 0 F D2 56 2E
Octal 20 166 332 135 56 0 17 322 126 56
Binary 10000 1110110 11011010 1011101 101110 0 1111 11010010 1010110 101110

Color Harmonies of #1076DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076DA

Black with #1076DA

Text Example


Text Example

White with #1076DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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